StepperData constructor
StepperData({
- String? headerTitle,
- String? headerSubtitle,
- required List<
TimeLineSteps> timeLineData,
Implementation
StepperData({this.headerTitle, this.headerSubtitle, required this.timeLineData});