StepperValue constructor
Creates a StepperValue.
Parameters:
stepStates(Map<int, StepState>, required): step states by indexcurrentStep(int, required): currently active step index
Implementation
StepperValue({
required this.stepStates,
required this.currentStep,
});