Tachostand in Graph hizugefügt
This commit is contained in:
@@ -49,9 +49,17 @@ class GraphPage extends GetView<GraphController> {
|
||||
DetailInfoCardWidget(
|
||||
title: 'Jahresstatistik',
|
||||
children: [
|
||||
DetailStatWidget(
|
||||
icon: Icons.speed,
|
||||
label: 'Tachostand',
|
||||
value: '${graphCtrl.szTachostand.value} KM',
|
||||
iconColor: Colors.orange.shade900,
|
||||
valueSize: 24,
|
||||
valueWeight: FontWeight.bold,
|
||||
),
|
||||
DetailStatWidget(
|
||||
icon: Icons.directions_car,
|
||||
label: 'Jahreskilometerstand',
|
||||
label: 'Jahreskilometerverbrauch',
|
||||
value: '${graphCtrl.sumYearKm.value} KM',
|
||||
iconColor: Colors.blue,
|
||||
valueSize: 24,
|
||||
|
||||
Reference in New Issue
Block a user