menu
bloc_form_plus package
documentation
bloc_form.dart
FieldBloc<State extends FieldBlocStateBase>
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;
bloc_form_plus package
documentation
bloc_form
FieldBloc<State extends FieldBlocStateBase>
stream property
FieldBloc mixin