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