HorizontalStepperItem constructor
const
HorizontalStepperItem({})
Stepper Item to show horizontal stepper
Implementation
const HorizontalStepperItem(
{Key? key,
required this.item,
required this.index,
required this.totalLength,
required this.activeIndex,
required this.isInverted,
required this.activeBarColor,
required this.inActiveBarColor,
required this.barHeight,
required this.iconHeight,
required this.iconWidth})
: super(key: key);