onStepTapped property

(void Function(FormBloc? formBloc, int step)?) onStepTapped
final

The callback called when a step is tapped, with its index passed as an argument.

Implementation

final void Function(FormBloc? formBloc, int step)? onStepTapped;