TimelineItem constructor
const
TimelineItem({})
Implementation
const TimelineItem({
required this.title,
this.subtitle,
this.description,
this.icon,
this.iconColor,
this.completed = false,
});
const TimelineItem({
required this.title,
this.subtitle,
this.description,
this.icon,
this.iconColor,
this.completed = false,
});