TimelineItem constructor
const
TimelineItem({})
Creates a TimelineItem.
Implementation
const TimelineItem({
required this.title,
this.description,
this.timestamp,
this.icon,
this.dotColor,
this.content,
});
Creates a TimelineItem.
const TimelineItem({
required this.title,
this.description,
this.timestamp,
this.icon,
this.dotColor,
this.content,
});