StepperData constructor
StepperData({
- Widget? iconWidget,
- StepperText? title,
- StepperText? subtitle,
Use the constructor of StepperData to pass the data needed.
Implementation
StepperData({this.iconWidget, this.title, this.subtitle});