onStepTapped property

ValueChanged<int>? onStepTapped
final

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

Implementation

final ValueChanged<int>? onStepTapped;