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