AtomixStepper constructor
const
AtomixStepper({
- Key? key,
- required List<
AtomixStep> steps, - int currentStep = 0,
- ValueChanged<
int> ? onStepTapped, - Axis direction = Axis.horizontal,
Implementation
const AtomixStepper({
super.key,
required this.steps,
this.currentStep = 0,
this.onStepTapped,
this.direction = Axis.horizontal,
});