AdaptiveScheduleEntry constructor
const
AdaptiveScheduleEntry({})
Creates a schedule entry definition.
Implementation
const AdaptiveScheduleEntry({
required this.timeLabel,
required this.title,
this.description,
this.leading,
this.trailing,
this.child,
this.footer,
});