This commit is contained in:
2026-03-25 09:48:25 +00:00
parent 9cf7915d12
commit c6255759c5
5 changed files with 859 additions and 408 deletions

View File

@@ -14,7 +14,7 @@ class CustomNavBar extends StatelessWidget {
Widget build(BuildContext context) {
return NavigationBar(
selectedIndex: selectedIndex,
onDestinationSelected: onItemSelected,
onDestinationSelected: onItemSelected,
backgroundColor: Theme.of(context).colorScheme.surface,
surfaceTintColor: Theme.of(context).colorScheme.surfaceTint,
elevation: 1,