NiceTimelineItem constructor
const
NiceTimelineItem({})
Implementation
const NiceTimelineItem({
required this.id,
required this.title,
this.subtitle,
this.description,
this.timestamp,
this.icon,
this.color,
this.content,
this.isCompleted = false,
this.isActive = false,
this.metadata,
});