NiceLeaderboardEntry constructor
- required String name,
- required double score,
- ImageProvider<
Object> ? avatar, - String? subtitle,
Implementation
const NiceLeaderboardEntry({
required this.name,
required this.score,
this.avatar,
this.subtitle,
});