menu
bottom_navigation package
documentation
view_models/bottom_nav_bar_cubit.dart
BottomNavBarCubit
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
int
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
bottom_navigation package
documentation
view_models/bottom_nav_bar_cubit
BottomNavBarCubit
stream property
BottomNavBarCubit class