GameLinkProps.mini constructor
const
GameLinkProps.mini({})
Creates a mini (compact) game link.
Implementation
const GameLinkProps.mini({
required this.name,
required this.href,
required this.accentColor,
this.iconUrl,
this.icon,
this.badge,
}) : mini = true;