StepperData constructor

StepperData({
  1. String? headerTitle,
  2. String? headerSubtitle,
  3. required List<TimeLineSteps> timeLineData,
})

Implementation

StepperData({this.headerTitle, this.headerSubtitle, required this.timeLineData});