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
b946e30c
Unverified
Commit
b946e30c
authored
Jun 24, 2020
by
Darren Austin
Committed by
GitHub
Jun 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a couple of doc typos. (#60139)
parent
dd49e57b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dropdown.dart
packages/flutter/lib/src/material/dropdown.dart
+1
-1
decoration_image.dart
packages/flutter/lib/src/painting/decoration_image.dart
+1
-1
No files found.
packages/flutter/lib/src/material/dropdown.dart
View file @
b946e30c
...
...
@@ -953,7 +953,7 @@ class DropdownButton<T> extends StatefulWidget {
/// menu that appears when you tap the button.
///
/// To use a separate text style for selected item when it's displayed within
/// the dropdown button,
,
consider using [selectedItemBuilder].
/// the dropdown button, consider using [selectedItemBuilder].
///
/// {@tool dartpad --template=stateful_widget_scaffold}
///
...
...
packages/flutter/lib/src/painting/decoration_image.dart
View file @
b946e30c
...
...
@@ -135,7 +135,7 @@ class DecorationImage {
/// Defines image pixels to be shown per logical pixels.
///
/// By default the
the
value of scale is 1.0. The scale for the image is
/// By default the value of scale is 1.0. The scale for the image is
/// calculated by multiplying [scale] with `scale` of the given [ImageProvider].
final
double
scale
;
...
...
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