AdaptiveTimelineEntry constructor
const
AdaptiveTimelineEntry({})
Creates a timeline entry definition.
Implementation
const AdaptiveTimelineEntry({
required this.title,
this.description,
this.label,
this.leading,
this.trailing,
this.footer,
this.child,
});