Unverified Commit 0d707f38 authored by Dan Field's avatar Dan Field Committed by GitHub

Update/add missing period to doc (#23343)

* Update/add missing period to doc
parent 9b5c7806
......@@ -472,9 +472,10 @@ class Image extends StatefulWidget {
/// If non-null, this color is blended with each image pixel using [colorBlendMode].
final Color color;
/// 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
/// Used to set the [FilterQuality] of the image.
///
/// Use the [FilterQuality.low] quality setting to scale the image with
/// bilinear interpolation, or the [FilterQuality.none] which corresponds
/// to nearest-neighbor.
final FilterQuality filterQuality;
......
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