Correct word in docs (#100893)

This commit is contained in:
Guillem Puche 2022-04-08 22:12:16 +02:00 committed by GitHub
parent a01424773e
commit 1cf5c74009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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