EventTicketViewScreen constructor
- {Key? key,
- int? bookingId,
- int? userId,
- bool isFromScan = false,
- BookingDetail? ticketScanData}
Implementation
const EventTicketViewScreen(
{super.key,
this.bookingId,
this.userId,
this.isFromScan = false,
this.ticketScanData});