nextStep method
void
nextStep()
Implementation
void nextStep() {
value = StepperValue(
stepStates: value.stepStates,
currentStep: value.currentStep + 1,
);
}
void nextStep() {
value = StepperValue(
stepStates: value.stepStates,
currentStep: value.currentStep + 1,
);
}