StepperItem constructor
StepperItem({
- required GSStepModel step,
- required double width,
- required StepperStyle style,
- required bool isLastStep,
- required GSStepperData data,
- Key? key,
Implementation
StepperItem({
required this.step,
required this.width,
required this.style,
required this.isLastStep,
required this.data,
Key? key,
}) : super(key: key);