StepperIcon constructor
const
StepperIcon({
- Key? key,
- required int step,
- required int currentStep,
- required StepperStyle stepBarStyle,
- required StepperData stepData,
Implementation
const StepperIcon({
Key? key,
required this.step,
required this.currentStep,
required this.stepBarStyle,
required this.stepData,
}) : super(key: key);