formWidget abstract method

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

Builds the form UI from the current state.

Implementation

Widget formWidget(BuildContext context, BlocxFormState<F, E> state);