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