EventTicketComponent constructor
- {Key? key,
- required BookingDetail data,
- required Ticket ticket,
- dynamic onDownload(
- dynamic onUpdate(
- bool isFromScan = false}
Implementation
const EventTicketComponent({
super.key,
required this.data,
required this.ticket,
this.onShared,
this.onDownload,
this.onUpdate,
this.isFromScan = false,
});