From 27f501646b5f06f405acef0e137f5da8eb19fd22 Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Wed, 25 Jun 2025 13:57:03 +0200 Subject: [PATCH] fix appbar color change on scroll --- lib/presentation/views/main_menu/custom_navigation_bar.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/presentation/views/main_menu/custom_navigation_bar.dart b/lib/presentation/views/main_menu/custom_navigation_bar.dart index 3b2629a..6bf16d2 100644 --- a/lib/presentation/views/main_menu/custom_navigation_bar.dart +++ b/lib/presentation/views/main_menu/custom_navigation_bar.dart @@ -33,6 +33,7 @@ class _CustomNavigationBarState extends State return Scaffold( appBar: AppBar( backgroundColor: CustomTheme.backgroundColor, + scrolledUnderElevation: 0, actions: [ IconButton( onPressed: () => Navigator.push(