formWidget abstract method
Builds the form UI from the current state.
This is the primary build method — replace the bloc builder output with your column of fields, buttons, and other widgets.
Implementation
formWidget(BuildContext context, BlocxFormState<F, E> state);