bottom word
This commit is contained in:
parent
3e77dc7f87
commit
4c77552551
@ -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(),
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user