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