NiceHorizontalTimeline constructor
const
NiceHorizontalTimeline({})
Implementation
const NiceHorizontalTimeline({
super.key,
required this.items,
this.activeIndex = 0,
this.nodeSize = 32,
this.activeColor,
this.completedColor,
this.pendingColor,
this.onItemTap,
this.showLabels = true,
});