Unverified Commit b946e30c authored by Darren Austin's avatar Darren Austin Committed by GitHub

Fix a couple of doc typos. (#60139)

parent dd49e57b
...@@ -953,7 +953,7 @@ class DropdownButton<T> extends StatefulWidget { ...@@ -953,7 +953,7 @@ class DropdownButton<T> extends StatefulWidget {
/// menu that appears when you tap the button. /// menu that appears when you tap the button.
/// ///
/// To use a separate text style for selected item when it's displayed within /// 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} /// {@tool dartpad --template=stateful_widget_scaffold}
/// ///
......
...@@ -135,7 +135,7 @@ class DecorationImage { ...@@ -135,7 +135,7 @@ class DecorationImage {
/// Defines image pixels to be shown per logical pixels. /// 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]. /// calculated by multiplying [scale] with `scale` of the given [ImageProvider].
final double scale; final double scale;
......
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