TimelineCard constructor
const
TimelineCard({})
Implementation
const TimelineCard({
super.key,
required this.title,
required this.subtitle,
this.imageProvider,
this.isLast = false,
});
const TimelineCard({
super.key,
required this.title,
required this.subtitle,
this.imageProvider,
this.isLast = false,
});