Fix documentation for filterQuality fields (#104056)
This commit is contained in:
parent
992c893cfd
commit
8afaf7b58e
@ -154,9 +154,8 @@ class DecorationImage {
|
|||||||
|
|
||||||
/// Used to set the filterQuality of the image.
|
/// Used to set the filterQuality of the image.
|
||||||
///
|
///
|
||||||
/// Use the "low" quality setting to scale the image, which corresponds to
|
/// Defaults to [FilterQuality.low] to scale the image, which corresponds to
|
||||||
/// bilinear interpolation, rather than the default "none" which corresponds
|
/// bilinear interpolation.
|
||||||
/// to nearest-neighbor.
|
|
||||||
final FilterQuality filterQuality;
|
final FilterQuality filterQuality;
|
||||||
|
|
||||||
/// Whether the colors of the image are inverted when drawn.
|
/// Whether the colors of the image are inverted when drawn.
|
||||||
|
@ -5702,9 +5702,8 @@ class RawImage extends LeafRenderObjectWidget {
|
|||||||
|
|
||||||
/// Used to set the filterQuality of the image.
|
/// Used to set the filterQuality of the image.
|
||||||
///
|
///
|
||||||
/// Use the "low" quality setting to scale the image, which corresponds to
|
/// Defaults to [FilterQuality.low] to scale the image, which corresponds to
|
||||||
/// bilinear interpolation, rather than the default "none" which corresponds
|
/// bilinear interpolation.
|
||||||
/// to nearest-neighbor.
|
|
||||||
final FilterQuality filterQuality;
|
final FilterQuality filterQuality;
|
||||||
|
|
||||||
/// Used to combine [color] with this image.
|
/// Used to combine [color] with this image.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user