TimelineItemData constructor
const
TimelineItemData({})
Implementation
const TimelineItemData({
required this.title,
this.subtitle,
this.description,
this.date,
this.icon,
this.status = TimelineStatus.default_,
this.content,
});