TicketInfoComponent constructor
- {Key? key,
- BookingDetail? data,
- required Ticket ticket}
Implementation
const TicketInfoComponent({super.key, this.data, required this.ticket});
const TicketInfoComponent({super.key, this.data, required this.ticket});