mod methodes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user