StepperWidget constructor
const
StepperWidget({})
Creates a StepperWidget.
Implementation
const StepperWidget({
required this.steps,
required this.currentStep,
this.onStepTapped,
super.key,
});
Creates a StepperWidget.
const StepperWidget({
required this.steps,
required this.currentStep,
this.onStepTapped,
super.key,
});