fix : new bottom sheet item
This commit is contained in:
@@ -112,7 +112,7 @@ class _WaveBottomNavigationState extends State<WaveBottomNavigation> {
|
||||
Tooltip(message: item.title, child: item.icon),
|
||||
Visibility(
|
||||
visible: (_controller.page ?? 0) == index,
|
||||
child: Text(item.title, style: AppFonts.yekan10.copyWith(color: Colors.white)),
|
||||
child: Text(item.title, style: AppFonts.yekan8.copyWith(color: Colors.white)),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user