File tree 1 file changed +12
-0
lines changed
packages/flutter/lib/src/painting 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -838,6 +838,12 @@ class LinearGradient extends Gradient {
838
838
839
839
/// How this gradient should tile the plane beyond in the region before
840
840
/// [begin] and after [end] .
841
+ ///
842
+ /// For details, see [TileMode] .
843
+ ///
844
+ /// ![] (https://flutter.github.io/assets-for-api-docs/dart-ui/tile_mode_clamp_linear.png)
845
+ /// ![] (https://flutter.github.io/assets-for-api-docs/dart-ui/tile_mode_mirror_linear.png)
846
+ /// ![] (https://flutter.github.io/assets-for-api-docs/dart-ui/tile_mode_repeated_linear.png)
841
847
final TileMode tileMode;
842
848
843
849
@override
@@ -1053,6 +1059,12 @@ class RadialGradient extends Gradient {
1053
1059
1054
1060
/// How this gradient should tile the plane beyond the outer ring at [radius]
1055
1061
/// pixels from the [center] .
1062
+ ///
1063
+ /// For details, see [TileMode] .
1064
+ ///
1065
+ /// ![] (https://flutter.github.io/assets-for-api-docs/dart-ui/tile_mode_clamp_radial.png)
1066
+ /// ![] (https://flutter.github.io/assets-for-api-docs/dart-ui/tile_mode_mirror_radial.png)
1067
+ /// ![] (https://flutter.github.io/assets-for-api-docs/dart-ui/tile_mode_repeated_radial.png)
1056
1068
final TileMode tileMode;
1057
1069
1058
1070
@override
You can’t perform that action at this time.
0 commit comments