jumpToStep method

void jumpToStep(
  1. int step
)

Implementation

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