onStepTapped property

dynamic Function(int)? onStepTapped
final

optional callback that returns the current step index when a step is tapped

Implementation

final Function(int)? onStepTapped;