StepperController({ Map<int, StepState>? stepStates, int? currentStep, }) : super(StepperValue( stepStates: stepStates ?? {}, currentStep: currentStep ?? 0, ));