Unverified Commit 8afaf7b5 authored by Bruno Leroux's avatar Bruno Leroux Committed by GitHub

Fix documentation for filterQuality fields (#104056)

parent 992c893c
......@@ -154,9 +154,8 @@ class DecorationImage {
/// Used to set the filterQuality of the image.
///
/// Use the "low" quality setting to scale the image, which corresponds to
/// bilinear interpolation, rather than the default "none" which corresponds
/// to nearest-neighbor.
/// Defaults to [FilterQuality.low] to scale the image, which corresponds to
/// bilinear interpolation.
final FilterQuality filterQuality;
/// 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.
///
/// Use the "low" quality setting to scale the image, which corresponds to
/// bilinear interpolation, rather than the default "none" which corresponds
/// to nearest-neighbor.
/// Defaults to [FilterQuality.low] to scale the image, which corresponds to
/// bilinear interpolation.
final FilterQuality filterQuality;
/// Used to combine [color] with this image.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment