formWidget abstract method

dynamic formWidget(
  1. BuildContext context,
  2. BlocxFormState<F, E> state
)

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);