TicketInfoComponent constructor

const TicketInfoComponent(
  1. {Key? key,
  2. BookingDetail? data,
  3. required Ticket ticket}
)

Implementation

const TicketInfoComponent({super.key, this.data, required this.ticket});