mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
removed unnecessary comment.
This commit is contained in:
@ -59,7 +59,6 @@ class AirQualityEndSideWidget extends StatelessWidget {
|
|||||||
const AirQualityEndSideLiveIndicator(),
|
const AirQualityEndSideLiveIndicator(),
|
||||||
const AirQualityEndSideGaugeAndInfo(),
|
const AirQualityEndSideGaugeAndInfo(),
|
||||||
const SizedBox(height: 20),
|
const SizedBox(height: 20),
|
||||||
// The spaces added to the labels are for alignment purposes, because FittedBox is used to align the text.
|
|
||||||
AqiSubValueWidget(
|
AqiSubValueWidget(
|
||||||
label: AqiType.pm25.value,
|
label: AqiType.pm25.value,
|
||||||
value: 19,
|
value: 19,
|
||||||
@ -71,7 +70,7 @@ class AirQualityEndSideWidget extends StatelessWidget {
|
|||||||
unit: AqiType.pm10.unit,
|
unit: AqiType.pm10.unit,
|
||||||
),
|
),
|
||||||
AqiSubValueWidget(
|
AqiSubValueWidget(
|
||||||
label: '${AqiType.co2.value} ',
|
label: AqiType.co2.value,
|
||||||
value: 610,
|
value: 610,
|
||||||
unit: AqiType.co2.unit,
|
unit: AqiType.co2.unit,
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user