Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
8afaf7b5
Unverified
Commit
8afaf7b5
authored
May 18, 2022
by
Bruno Leroux
Committed by
GitHub
May 18, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix documentation for filterQuality fields (#104056)
parent
992c893c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
decoration_image.dart
packages/flutter/lib/src/painting/decoration_image.dart
+2
-3
basic.dart
packages/flutter/lib/src/widgets/basic.dart
+2
-3
No files found.
packages/flutter/lib/src/painting/decoration_image.dart
View file @
8afaf7b5
...
...
@@ -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.
...
...
packages/flutter/lib/src/widgets/basic.dart
View file @
8afaf7b5
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment