menu
flutter_form_bloc_allenlinli package
documentation
flutter_form_bloc_allenlinli.dart
SingleFieldBloc<Value, Suggestion, State extends FieldBlocState<Value, Suggestion, ExtraData>, ExtraData>
value property
value property
dark_mode
light_mode
value
property
Value
get
value
Returns the
value
of the current state.
Implementation
Value get value => state.value;
flutter_form_bloc_allenlinli package
documentation
flutter_form_bloc_allenlinli
SingleFieldBloc<Value, Suggestion, State extends FieldBlocState<Value, Suggestion, ExtraData>, ExtraData>
value property
SingleFieldBloc class