GSStepModel constructor
GSStepModel({
- GlobalKey<
State< ? globalKey,StatefulWidget> > - Widget? icon,
- String? stepNumber,
- String? stepName,
- GSStepStatusEnum? status,
- double progress = 0,
Implementation
GSStepModel({
this.globalKey,
this.icon,
this.stepNumber,
this.stepName,
this.status,
this.progress = 0,
});