TicketComponent constructor

const TicketComponent(
  1. {Key? key,
  2. String? price,
  3. bool isFromGetTicket = false,
  4. required String ticketTitle,
  5. dynamic onGetTicketTap(
      )?,
    1. bool? isFromPreview}
    )

    Implementation

    const TicketComponent({super.key, this.price, this.isFromGetTicket = false, required this.ticketTitle, this.onGetTicketTap, this.isFromPreview});