feat: dynamic display count shown in tile
This commit is contained in:
@@ -65,6 +65,8 @@ class _StatisticDetailViewState extends State<StatisticDetailView> {
|
||||
barColor: widget.barColor,
|
||||
selectedGroups: widget.statistic.selectedGroups,
|
||||
selectedGames: widget.statistic.selectedGames,
|
||||
displayCount: displayCount,
|
||||
showAllValues: true,
|
||||
),
|
||||
const SizedBox(height: 12),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user