HorizontalStepper constructor
const
HorizontalStepper({})
Implementation
const HorizontalStepper({
Key? key,
required this.stepperDataList,
required this.tickColor,
this.subtitleStyle,
this.titleStyle,
}) : super(key: key);