File tree 4 files changed +10
-2
lines changed
4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ _ColorsAndStops _interpolateColorsAndStops(
64
64
///
65
65
/// See also:
66
66
///
67
- /// * [dart:ui. Gradient] , the class in the [dart:ui] library that is
68
- /// encapsulated by this class and its subclasses.
67
+ /// * [Gradient] (https://api.flutter.dev/flutter/dart-ui/ Gradient-class.html) , the class in the [dart:ui] library.
68
+ ///
69
69
@immutable
70
70
abstract class Gradient {
71
71
/// Initialize the gradient's colors and stops.
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ import 'text_style.dart';
44
44
/// leading plus ascent. Each line's spacing below the baseline will be at least as
45
45
/// tall as the half leading plus descent.
46
46
///
47
+ /// See also:
48
+ ///
49
+ /// * [StrutStyle] (https://api.flutter.dev/flutter/dart-ui/StrutStyle-class.html), the class in the [dart:ui] library.
50
+ ///
47
51
/// ### Fields and their default values.
48
52
49
53
// ///////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -292,6 +292,8 @@ const String _kColorBackgroundWarning = 'Cannot provide both a backgroundColor a
292
292
/// * [RichText] , the widget for showing a paragraph of mix-style text.
293
293
/// * [TextSpan] , the class that wraps a [TextStyle] for the purposes of
294
294
/// passing it to a [RichText].
295
+ /// * [TextStyle] (https://api.flutter.dev/flutter/dart-ui/TextStyle-class.html), the class in the [dart:ui] library.
296
+ ///
295
297
@immutable
296
298
class TextStyle extends Diagnosticable {
297
299
/// Creates a text style.
Original file line number Diff line number Diff line change @@ -132,6 +132,8 @@ Future<void> precacheImage(
132
132
/// * [new Ink.image] , which is the preferred way to show an image in a
133
133
/// material application (especially if the image is in a [Material] and will
134
134
/// have an [InkWell] on top of it).
135
+ /// * [Image] (https://api.flutter.dev/flutter/dart-ui/Image-class.html), the class in the [dart:ui] library.
136
+ ///
135
137
class Image extends StatefulWidget {
136
138
/// Creates a widget that displays an image.
137
139
///
You can’t perform that action at this time.
0 commit comments