Unverified Commit 1cf5c740 authored by Guillem Puche's avatar Guillem Puche Committed by GitHub

Correct word in docs (#100893)

parent a0142477
...@@ -121,7 +121,7 @@ class _PreferredAppBarSize extends Size { ...@@ -121,7 +121,7 @@ class _PreferredAppBarSize extends Size {
/// [ButtonStyle.foregroundColor] for [TextButton] for light themes. /// [ButtonStyle.foregroundColor] for [TextButton] for light themes.
/// In this case a preferable text button foreground color is /// In this case a preferable text button foreground color is
/// [ColorScheme.onPrimary], a color that contrasts nicely with /// [ColorScheme.onPrimary], a color that contrasts nicely with
/// [ColorScheme.primary]. to remedy the problem, override /// [ColorScheme.primary]. To remedy the problem, override
/// [TextButton.style]: /// [TextButton.style]:
/// ///
/// {@tool dartpad} /// {@tool dartpad}
......
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