File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1523,7 +1523,7 @@ class _ImageInfo {
1523
1523
///
1524
1524
/// See also:
1525
1525
///
1526
- /// * [Image] , the class in the [widgets] library that encapsulates this class .
1526
+ /// * [Image] (https://api.flutter.dev/flutter/widgets/Image-class.html) , the class in the [widgets] library.
1527
1527
///
1528
1528
@pragma ('vm:entry-point' )
1529
1529
class Image extends NativeFieldWrapperClass2 {
@@ -2686,7 +2686,7 @@ Float32List _encodeTwoPoints(Offset pointA, Offset pointB) {
2686
2686
///
2687
2687
/// See also:
2688
2688
///
2689
- /// * [Gradient] , the class in the [painting] library that encapsulates this class .
2689
+ /// * [Gradient] (https://api.flutter.dev/flutter/painting/Gradient-class.html) , the class in the [painting] library.
2690
2690
///
2691
2691
class Gradient extends Shader {
2692
2692
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ Int32List _encodeTextStyle(
355
355
///
356
356
/// See also:
357
357
///
358
- /// * [TextStyle] , the class in the [painting] library that encapsulates this class .
358
+ /// * [TextStyle] (https://api.flutter.dev/flutter/painting/TextStyle-class.html) , the class in the [painting] library.
359
359
///
360
360
class TextStyle {
361
361
/// Creates a new TextStyle object.
@@ -799,7 +799,7 @@ ByteData _encodeStrut(
799
799
800
800
/// See also:
801
801
///
802
- /// * [StrutStyle] , the class in the [painting] library that encapsulates this class .
802
+ /// * [StrutStyle] (https://api.flutter.dev/flutter/painting/StrutStyle-class.html) , the class in the [painting] library.
803
803
///
804
804
class StrutStyle {
805
805
/// Creates a new StrutStyle object.
You can’t perform that action at this time.
0 commit comments