menu
hubble_widget_library package
documentation
bloc/form_field.dart
HubbleFormField<T, E>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
ValueAndErrorMessage
<
T
,
E
>
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
hubble_widget_library package
documentation
bloc/form_field
HubbleFormField<T, E>
stream property
HubbleFormField class