ArcaneGameTile constructor
const
ArcaneGameTile({})
Implementation
const ArcaneGameTile({
required this.name,
this.iconUrl,
this.icon,
this.selected = false,
this.onTap,
this.popular = false,
this.badge,
this.subtitle,
super.key,
});