TicketDialog constructor

const TicketDialog({
  1. Key? key,
  2. Ticket? ticket,
})

Implementation

const TicketDialog({super.key, this.ticket});