AurisStepIndicator constructor
const
AurisStepIndicator({
- Key? key,
- required int step,
- required AurisStepState state,
- double size = 28,
Creates a step marker showing step (1-based) in the given state.
Implementation
const AurisStepIndicator({
super.key,
required this.step,
required this.state,
this.size = 28,
});