menu
neo_concierge
app/modules/myFlights/widgets/flight_details.dart
FlightDetails
FlightDetails const constructor
FlightDetails
dark_mode
light_mode
FlightDetails
constructor
const
FlightDetails
(
{
Key
?
key
,
required
BookingHistory
history
,
})
Implementation
const FlightDetails({ super.key, required this.history });
neo_concierge
flight_details
FlightDetails
FlightDetails const constructor
FlightDetails class