TripCard constructor
Implementation
const TripCard({
super.key,
required this.isDeparture,
required this.history,
required this.isExpanded,
this.hideTimeline = false,
this.isInColumn = false,
this.removeTopBorder = false,
});
const TripCard({
super.key,
required this.isDeparture,
required this.history,
required this.isExpanded,
this.hideTimeline = false,
this.isInColumn = false,
this.removeTopBorder = false,
});