AuiStepper constructor
const
AuiStepper({})
Creates an AuiStepper.
Implementation
const AuiStepper({
super.key,
required this.steps,
required this.currentStep,
this.direction = StepperDirection.horizontal,
this.activeColor,
this.completedColor,
this.errorColor,
this.inactiveColor,
this.connectorColor,
});