Skip to content

Commit af64f72

Browse files
authored
Fixing links between higher and lower classes. (flutter#8295)
1 parent 22ee8ee commit af64f72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/ui/painting.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ class _ImageInfo {
15231523
///
15241524
/// See also:
15251525
///
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.
15271527
///
15281528
@pragma('vm:entry-point')
15291529
class Image extends NativeFieldWrapperClass2 {
@@ -2686,7 +2686,7 @@ Float32List _encodeTwoPoints(Offset pointA, Offset pointB) {
26862686
///
26872687
/// See also:
26882688
///
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.
26902690
///
26912691
class Gradient extends Shader {
26922692

lib/ui/text.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Int32List _encodeTextStyle(
355355
///
356356
/// See also:
357357
///
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.
359359
///
360360
class TextStyle {
361361
/// Creates a new TextStyle object.
@@ -799,7 +799,7 @@ ByteData _encodeStrut(
799799

800800
/// See also:
801801
///
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.
803803
///
804804
class StrutStyle {
805805
/// Creates a new StrutStyle object.

0 commit comments

Comments
 (0)