From b230a123a5eaa86fab508ce87a4a6b0ea20efc51 Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 11 Apr 2024 11:34:12 -0600 Subject: [PATCH] material3 surface tint on scroll "bug" fix --- lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/main.dart b/lib/main.dart index 54ccf3866..011b8a27a 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -687,6 +687,7 @@ class _MaterialAppWithThemeState extends ConsumerState appBarTheme: AppBarTheme( centerTitle: false, color: colorScheme.background, + surfaceTintColor: colorScheme.background, elevation: 0, ), inputDecorationTheme: InputDecorationTheme(