StepIndicatorState({ required this.maxSteps, int initialStep = 0, this.onStepChanged, }) : _currentStep = initialStep;