StatisticsView erstellen #30
@@ -89,7 +89,7 @@ class _StatisticsViewState extends State<StatisticsView> {
|
|||||||
),
|
),
|
||||||
SizedBox(height: constraints.maxHeight * 0.02),
|
SizedBox(height: constraints.maxHeight * 0.02),
|
||||||
StatisticsTile(
|
StatisticsTile(
|
||||||
icon: Icons.casino,
|
icon: Icons.percent,
|
||||||
|
sneeex marked this conversation as resolved
Outdated
|
|||||||
title: 'Winrate per Player',
|
title: 'Winrate per Player',
|
||||||
width: constraints.maxWidth * 0.95,
|
width: constraints.maxWidth * 0.95,
|
||||||
values: winRates,
|
values: winRates,
|
||||||
|
|||||||
Reference in New Issue
Block a user
hier vielleicht besser irgendein Pokal icon oder so? Weil so ist das doppelt, das blöd
fixed