StepIndicator constructor
const
StepIndicator({})
Implementation
const StepIndicator({
Key? key,
required this.currentStep,
required this.formNames,
this.activeColor = Colors.blueAccent,
this.inactiveColor = Colors.grey,
this.activeSize = 20.0,
this.inactiveSize = 15.0,
this.animationDuration = const Duration(milliseconds: 300),
}) : super(key: key);