jumpToStep method
Implementation
void jumpToStep(int step) {
value = StepperValue(
stepStates: value.stepStates,
currentStep: step,
);
}
void jumpToStep(int step) {
value = StepperValue(
stepStates: value.stepStates,
currentStep: step,
);
}