From 9db8c80d63a04fa4a06e8b4c3a027927b53b4f9e Mon Sep 17 00:00:00 2001 From: Yannick <69087944+GelbEinhalb@users.noreply.github.com> Date: Sat, 8 Nov 2025 15:29:39 +0100 Subject: [PATCH] removed floating button --- .../views/main_menu/custom_navigation_bar.dart | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/lib/presentation/views/main_menu/custom_navigation_bar.dart b/lib/presentation/views/main_menu/custom_navigation_bar.dart index c18d876..a78a9f9 100644 --- a/lib/presentation/views/main_menu/custom_navigation_bar.dart +++ b/lib/presentation/views/main_menu/custom_navigation_bar.dart @@ -53,20 +53,12 @@ class _CustomNavigationBarState extends State backgroundColor: CustomTheme.backgroundColor, body: tabs[currentIndex], extendBody: true, - floatingActionButton: FloatingActionButton( - shape: const CircleBorder(), - backgroundColor: CustomTheme.primaryColor, - onPressed: () {}, - child: const Icon(Icons.add), - ), - floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked, bottomNavigationBar: BottomAppBar( padding: const EdgeInsets.symmetric(horizontal: 10), elevation: 10, height: 60, color: CustomTheme.primaryColor, - shape: const CircularNotchedRectangle(), - notchMargin: 5, + shape: null, child: Row( mainAxisSize: MainAxisSize.max, mainAxisAlignment: MainAxisAlignment.spaceBetween, @@ -85,7 +77,6 @@ class _CustomNavigationBarState extends State ), onPressed: () => onTabTapped(1), ), - const SizedBox(width: 40), IconButton( icon: Icon( Icons.groups,