onStepTapped property
final
The callback called when a step is tapped, with its index passed as an argument.
Implementation
final ValueChanged<int>? onStepTapped;
The callback called when a step is tapped, with its index passed as an argument.
final ValueChanged<int>? onStepTapped;