Simplified app bar logic in views

This commit is contained in:
2026-01-07 14:43:13 +01:00
parent fdd0e7579a
commit 02d79574dd
7 changed files with 9 additions and 50 deletions

View File

@@ -25,10 +25,13 @@ class CustomTheme {
backgroundColor: backgroundColor,
foregroundColor: Colors.white,
elevation: 0,
scrolledUnderElevation: 0,
centerTitle: true,
titleTextStyle: const TextStyle(
color: Colors.white,
fontSize: 20,
fontWeight: FontWeight.bold,
overflow: TextOverflow.ellipsis,
),
iconTheme: const IconThemeData(color: Colors.white),
);