material3 surface tint on scroll "bug" fix

This commit is contained in:
julian 2024-04-11 11:34:12 -06:00
parent 9b8dc85c8a
commit b230a123a5

View file

@ -687,6 +687,7 @@ class _MaterialAppWithThemeState extends ConsumerState<MaterialAppWithTheme>
appBarTheme: AppBarTheme(
centerTitle: false,
color: colorScheme.background,
surfaceTintColor: colorScheme.background,
elevation: 0,
),
inputDecorationTheme: InputDecorationTheme(