GameCard constructor
const
GameCard({})
Implementation
const GameCard({
required this.name,
this.description,
this.iconUrl,
this.icon,
this.backgroundUrl,
this.status,
this.features,
this.onTap,
this.ctaText,
super.key,
});