Skip to content

Commit

Permalink
Fixing links between higher and lower classes. (flutter#8295)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piinks authored Mar 25, 2019
1 parent 22ee8ee commit af64f72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/ui/painting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ class _ImageInfo {
///
/// See also:
///
/// * [Image], the class in the [widgets] library that encapsulates this class.
/// * [Image](https://api.flutter.dev/flutter/widgets/Image-class.html), the class in the [widgets] library.
///
@pragma('vm:entry-point')
class Image extends NativeFieldWrapperClass2 {
Expand Down Expand Up @@ -2686,7 +2686,7 @@ Float32List _encodeTwoPoints(Offset pointA, Offset pointB) {
///
/// See also:
///
/// * [Gradient], the class in the [painting] library that encapsulates this class.
/// * [Gradient](https://api.flutter.dev/flutter/painting/Gradient-class.html), the class in the [painting] library.
///
class Gradient extends Shader {

Expand Down
4 changes: 2 additions & 2 deletions lib/ui/text.dart
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ Int32List _encodeTextStyle(
///
/// See also:
///
/// * [TextStyle], the class in the [painting] library that encapsulates this class.
/// * [TextStyle](https://api.flutter.dev/flutter/painting/TextStyle-class.html), the class in the [painting] library.
///
class TextStyle {
/// Creates a new TextStyle object.
Expand Down Expand Up @@ -799,7 +799,7 @@ ByteData _encodeStrut(

/// See also:
///
/// * [StrutStyle], the class in the [painting] library that encapsulates this class.
/// * [StrutStyle](https://api.flutter.dev/flutter/painting/StrutStyle-class.html), the class in the [painting] library.
///
class StrutStyle {
/// Creates a new StrutStyle object.
Expand Down

0 comments on commit af64f72

Please sign in to comment.