|
|
@ -281,7 +281,6 @@ class AppBottomNavigation extends StatelessWidget { |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const SizedBox(width: 20), |
|
|
const SizedBox(width: 20), |
|
|
|
|
|
|
|
|
GestureDetector( |
|
|
GestureDetector( |
|
|
@ -351,7 +350,7 @@ class AppBottomNavigation extends StatelessWidget { |
|
|
), |
|
|
), |
|
|
const SizedBox(width: 6), |
|
|
const SizedBox(width: 6), |
|
|
Text( |
|
|
Text( |
|
|
'Setting', |
|
|
'Settings', |
|
|
style: TextStyle( |
|
|
style: TextStyle( |
|
|
color: |
|
|
color: |
|
|
selectedIndex == 8 |
|
|
selectedIndex == 8 |
|
|
@ -368,7 +367,6 @@ class AppBottomNavigation extends StatelessWidget { |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const Spacer(), |
|
|
const Spacer(), |
|
|
|
|
|
|
|
|
// User Profile Section |
|
|
// User Profile Section |
|
|
|