DiamondsTicketsCard constructor

const DiamondsTicketsCard({
  1. Key? key,
  2. ListTicketShop? ticketShop,
  3. GameShopState? gameShopState,
})

Implementation

const DiamondsTicketsCard({
  Key? key,
  this.ticketShop,
  this.gameShopState,
}) : super(key: key);