FlightTimeline2 constructor
Implementation
const FlightTimeline2({
super.key,
required this.flights,
required this.isNonDiscounted,
this.isRoundTrip = false,
this.rightBorder = false,
});
const FlightTimeline2({
super.key,
required this.flights,
required this.isNonDiscounted,
this.isRoundTrip = false,
this.rightBorder = false,
});