mod methodes

This commit is contained in:
2026-01-16 15:00:14 +01:00
parent 3a2dcfd7fc
commit 49886655fd
3 changed files with 8 additions and 9 deletions

View File

@@ -181,13 +181,12 @@ class DetailsPage extends GetView<DetailsController> {
value: '${filament.bedTemp}°C',
color: Colors.red,
),
if (filament.pices != null)
DetailInfoCard(
icon: Icons.inventory_2,
label: 'Anzahl Rollen',
value: '${filament.pices}',
color: Colors.purple,
),
DetailInfoCard(
icon: Icons.inventory_2,
label: 'Anzahl Rollen',
value: '${filament.pices}',
color: Colors.purple,
),
if (filament.manufacturer != null)
DetailInfoCard(
icon: Icons.business,