NiceLeaderboard constructor
Implementation
const NiceLeaderboard({
super.key,
required this.entries,
this.title,
this.scoreLabel = 'Score',
this.formatScore,
this.highlightTop = 3,
this.maxEntries,
});
const NiceLeaderboard({
super.key,
required this.entries,
this.title,
this.scoreLabel = 'Score',
this.formatScore,
this.highlightTop = 3,
this.maxEntries,
});