menu
bottom_navigation package
documentation
view_models/bottom_nav_bar_cubit.dart
BottomNavBarCubit
updateIndex method
updateIndex method
dark_mode
light_mode
updateIndex
method
void
updateIndex
(
int
index
)
Implementation
void updateIndex(int index) { emit(index); }
bottom_navigation package
documentation
view_models/bottom_nav_bar_cubit
BottomNavBarCubit
updateIndex method
BottomNavBarCubit class