modified sizing of AirQualityView.

This commit is contained in:
Faris Armoush
2025-05-27 16:55:43 +03:00
parent 077c6e99d6
commit aded80fb9a

View File

@ -33,7 +33,7 @@ class AirQualityView extends StatelessWidget {
return SingleChildScrollView( return SingleChildScrollView(
child: Container( child: Container(
padding: _padding, padding: _padding,
height: height, height: height * 0.9,
child: const Column( child: const Column(
children: [ children: [
Expanded( Expanded(