AppTimeline constructor
const
AppTimeline({})
Creates an AppTimeline.
Implementation
const AppTimeline({
super.key,
required this.items,
this.activeColor,
this.inactiveColor,
this.errorColor,
this.lineWidth = 2.0,
this.indicatorSize = 16.0,
this.padding,
this.itemSpacing = AppSpacing.l,
this.timeWidth = 60.0,
});