menu
bloc_small package
documentation
core/main_bloc.dart
BaseBlocDelegate<E extends MainBlocEvent, S extends MainBlocState>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
S
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
bloc_small package
documentation
core/main_bloc
BaseBlocDelegate<E extends MainBlocEvent, S extends MainBlocState>
stream property
BaseBlocDelegate class