StepperData constructor

StepperData({
  1. Widget? iconWidget,
  2. StepperText? title,
  3. StepperText? subtitle,
})

Use the constructor of StepperData to pass the data needed.

Implementation

StepperData({this.iconWidget, this.title, this.subtitle});