TimelineItem constructor
const
TimelineItem({})
Constructor
Implementation
const TimelineItem({
this.title,
this.bubbleColor = Colors.blue,
this.icon,
this.subtitle,
this.description,
this.titleStyle,
this.subtitleStyle,
this.descriptionStyle,
this.titleWidget,
this.subtitleWidget,
this.descriptionWidget,
});