ModulaStepper constructor
const
ModulaStepper({
- required int currentStep,
- required List<
ModulaStep> steps, - Key? key,
- Axis direction = Axis.vertical,
- ValueChanged<
int> ? onStepTapped, - bool showProgress = false,
Implementation
const ModulaStepper({
required this.currentStep,
required this.steps,
super.key,
this.direction = Axis.vertical,
this.onStepTapped,
this.showProgress = false,
});