Commit 8afaf7b 1 parent 992c893 commit 8afaf7b Copy full SHA for 8afaf7b
File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -154,9 +154,8 @@ class DecorationImage {
154
154
155
155
/// Used to set the filterQuality of the image.
156
156
///
157
- /// Use the "low" quality setting to scale the image, which corresponds to
158
- /// bilinear interpolation, rather than the default "none" which corresponds
159
- /// to nearest-neighbor.
157
+ /// Defaults to [FilterQuality.low] to scale the image, which corresponds to
158
+ /// bilinear interpolation.
160
159
final FilterQuality filterQuality;
161
160
162
161
/// Whether the colors of the image are inverted when drawn.
Original file line number Diff line number Diff line change @@ -5702,9 +5702,8 @@ class RawImage extends LeafRenderObjectWidget {
5702
5702
5703
5703
/// Used to set the filterQuality of the image.
5704
5704
///
5705
- /// Use the "low" quality setting to scale the image, which corresponds to
5706
- /// bilinear interpolation, rather than the default "none" which corresponds
5707
- /// to nearest-neighbor.
5705
+ /// Defaults to [FilterQuality.low] to scale the image, which corresponds to
5706
+ /// bilinear interpolation.
5708
5707
final FilterQuality filterQuality;
5709
5708
5710
5709
/// Used to combine [color] with this image.
You can’t perform that action at this time.
0 commit comments