StepIndicator constructor

StepIndicator({
  1. required List<StepItem> steps,
  2. int? current,
  3. Key? key,
})

Implementation

StepIndicator({required this.steps, this.current, super.key});