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