StepperValue constructor

StepperValue({
  1. required Map<int, StepState> stepStates,
  2. required int currentStep,
})

Implementation

StepperValue({
  required this.stepStates,
  required this.currentStep,
});