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