state property
BlocxFormState<F, E>
get
state
The current form state.
Implementation
BlocxFormState<F, E> get state => bloc.state;
The current form state.
BlocxFormState<F, E> get state => bloc.state;