diff --git a/packages/flutter/lib/src/material/app_bar.dart b/packages/flutter/lib/src/material/app_bar.dart index 65bd565c2a..3ad37ce2a8 100644 --- a/packages/flutter/lib/src/material/app_bar.dart +++ b/packages/flutter/lib/src/material/app_bar.dart @@ -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}