fix : new bottom sheet item

This commit is contained in:
2025-06-29 14:36:51 +03:30
parent 563a1f3577
commit cae4ed4e06

View File

@@ -112,7 +112,7 @@ class _WaveBottomNavigationState extends State<WaveBottomNavigation> {
Tooltip(message: item.title, child: item.icon), Tooltip(message: item.title, child: item.icon),
Visibility( Visibility(
visible: (_controller.page ?? 0) == index, 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)),
), ),
], ],
), ),