HorizontalStep constructor
const
HorizontalStep({})
Implementation
const HorizontalStep(
{required this.key,
required this.itemGap,
required this.isActive,
required this.isNextActive,
this.display,
this.isFirst = false,
this.isLast = false,
required this.activeColor ,
required this.color ,
this.labelStyle,
this.dateStyle
}):super(key: key);