menu
simple_form_field package
documentation
base_bloc.dart
BaseBloc<Event, State>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
State
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
simple_form_field package
documentation
base_bloc
BaseBloc<Event, State>
stream property
BaseBloc class