Deleted FakeRangeOfAqiService.

This commit is contained in:
Faris Armoush
2025-06-16 09:30:50 +03:00
parent 1316820954
commit a0d9819532
2 changed files with 1 additions and 37 deletions

View File

@ -63,7 +63,7 @@ class RangeOfAqiChart extends StatelessWidget {
gradient: LinearGradient(
begin: Alignment.bottomCenter,
end: Alignment.topCenter,
stops: [0.0, 0.2, 0.4, 0.6, 0.8, 1.0],
stops: const [0.0, 0.2, 0.4, 0.6, 0.8, 1.0],
colors: RangeOfAqiChartsHelper.gradientData.map((e) {
final (color, _) = e;
return color.withValues(alpha: 0.6);