mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-15 09:45:25 +00:00
sorted constructor dependencies.
This commit is contained in:
@ -6,10 +6,11 @@ import 'package:syncrow_web/utils/extension/build_context_x.dart';
|
|||||||
|
|
||||||
class AqiHumidityAndTemperature extends StatelessWidget {
|
class AqiHumidityAndTemperature extends StatelessWidget {
|
||||||
const AqiHumidityAndTemperature({
|
const AqiHumidityAndTemperature({
|
||||||
super.key,
|
|
||||||
required this.temperature,
|
required this.temperature,
|
||||||
required this.humidity,
|
required this.humidity,
|
||||||
|
super.key,
|
||||||
});
|
});
|
||||||
|
|
||||||
final int temperature;
|
final int temperature;
|
||||||
final int humidity;
|
final int humidity;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user