StepperStatues constructor
StepperStatues(
- GSStepStatusEnum status,
- StepperStyle style,
- GSStepperData data, {
- Key? key,
Implementation
StepperStatues(
this.status,
this.style,
this.data, {
Key? key,
}) : super(key: key);