DiamondsTicketsCard constructor
const
DiamondsTicketsCard({
- Key? key,
- ListTicketShop? ticketShop,
- GameShopState? gameShopState,
Implementation
const DiamondsTicketsCard({
Key? key,
this.ticketShop,
this.gameShopState,
}) : super(key: key);