StepItem constructor
const
StepItem({})
Implementation
const StepItem({
super.key,
required this.stepIcon,
required this.isCurrent,
required this.stepData,
required this.isSelected,
this.stepIconsSize,
required this.animate,
required this.stepIconColor,
this.onSelectedStep,
});