menu
bloc_small package
documentation
bloc.dart
BlocBase<State>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
State
>
get
stream
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
bloc_small package
documentation
bloc
BlocBase<State>
stream property
BlocBase class