FlightRow constructor
Implementation
const FlightRow({
super.key,
required this.departureAirport,
required this.arrivalAirport,
this.numberOfStops = 0,
this.showFullWidth = false,
this.isRoundTrip = false,
});
const FlightRow({
super.key,
required this.departureAirport,
required this.arrivalAirport,
this.numberOfStops = 0,
this.showFullWidth = false,
this.isRoundTrip = false,
});