From 4c775525511b801b2e9f46f55e2db441b2ad65a9 Mon Sep 17 00:00:00 2001 From: Stephane Date: Sat, 9 Aug 2025 11:35:15 +0300 Subject: [PATCH] bottom word --- lib/widgets/bottom_navigation.dart | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/widgets/bottom_navigation.dart b/lib/widgets/bottom_navigation.dart index a24ca6e..1fb246d 100644 --- a/lib/widgets/bottom_navigation.dart +++ b/lib/widgets/bottom_navigation.dart @@ -237,7 +237,7 @@ class AppBottomNavigation extends StatelessWidget { ), ), ), - + const SizedBox(width: 20), GestureDetector( @@ -281,7 +281,6 @@ class AppBottomNavigation extends StatelessWidget { ), ), - const SizedBox(width: 20), GestureDetector( @@ -324,7 +323,7 @@ class AppBottomNavigation extends StatelessWidget { ), ), ), - + const SizedBox(width: 20), GestureDetector( @@ -351,7 +350,7 @@ class AppBottomNavigation extends StatelessWidget { ), const SizedBox(width: 6), Text( - 'Setting', + 'Settings', style: TextStyle( color: selectedIndex == 8 @@ -367,7 +366,6 @@ class AppBottomNavigation extends StatelessWidget { ), ), ), - const Spacer(),