Unverified Commit ab8632b1 authored by Dan Field's avatar Dan Field Committed by GitHub

Fix the the typos (#49442)

parent acdaffc4
...@@ -292,7 +292,7 @@ class AlertDialog extends StatelessWidget { ...@@ -292,7 +292,7 @@ class AlertDialog extends StatelessWidget {
/// from the [actions]. /// from the [actions].
final List<Widget> actions; final List<Widget> actions;
/// Padding around the the set of [actions] at the bottom of the dialog. /// Padding around the set of [actions] at the bottom of the dialog.
/// ///
/// Typically used to provide padding to the button bar between the button bar /// Typically used to provide padding to the button bar between the button bar
/// and the edges of the dialog. /// and the edges of the dialog.
......
...@@ -688,7 +688,7 @@ class ThemeData extends Diagnosticable { ...@@ -688,7 +688,7 @@ class ThemeData extends Diagnosticable {
/// is -4), to [VisualDensity.maximumDensity] (which is 4), inclusive, where /// is -4), to [VisualDensity.maximumDensity] (which is 4), inclusive, where
/// negative values indicate a denser, more compact, UI, and positive values /// negative values indicate a denser, more compact, UI, and positive values
/// indicate a less dense, more expanded, UI. If a component doesn't support /// indicate a less dense, more expanded, UI. If a component doesn't support
/// the value given, it will clamp to the the nearest supported value. /// the value given, it will clamp to the nearest supported value.
/// ///
/// The default for visual densities is zero for both vertical and horizontal /// The default for visual densities is zero for both vertical and horizontal
/// densities, which corresponds to the default visual density of components /// densities, which corresponds to the default visual density of components
......
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