From 58bbfc6329d8768f5edde49e0b1eccc375a05372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20M=C3=BCller?= Date: Sat, 11 Mar 2023 22:01:07 +0100 Subject: [PATCH] Set dynamic Spacing in BottomNavigationBarType to "fixed" --- lib/app.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/app.dart b/lib/app.dart index 3333d24..ac27a35 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -139,6 +139,7 @@ class _AppState extends State { unselectedItemColor: Colors.grey, showUnselectedLabels: true, showSelectedLabels: true, + type: BottomNavigationBarType.fixed, currentIndex: currentPage, onTap: (item) {