fixed typo.

This commit is contained in:
Faris Armoush
2025-05-26 11:22:11 +03:00
parent 4af81bcc10
commit 61acaa17c5

View File

@ -27,7 +27,7 @@ abstract final class RangeOfAqiChartsHelper {
getTitlesWidget: (value, meta) {
String text;
if (value >= 300) {
text = '300+';
text = '301+';
} else if (value == 255) {
text = '300';
} else {