GameLinkProps constructor
const
GameLinkProps({})
Implementation
const GameLinkProps({
required this.name,
required this.href,
required this.accentColor,
this.iconUrl,
this.icon,
this.badge,
this.mini = false,
});