onStepContinue property

void Function(FormBloc? formBloc)? onStepContinue
final

The callback called when the 'continue' button is tapped.

If null, the 'continue' button will call FormBloc.submit

Implementation

final void Function(FormBloc? formBloc)? onStepContinue;