onStepChange property

dynamic Function(int stepIndex, TourStep step)? onStepChange
final

Called when the step changes

Implementation

final Function(int stepIndex, TourStep step)? onStepChange;