change for apple

This commit is contained in:
2025-08-29 14:35:36 +02:00
parent 23c48a068f
commit c51c678e99
8 changed files with 46 additions and 28 deletions

View File

@@ -135,7 +135,7 @@ class GraphPage extends GetView<GraphController> {
}).toList(),
isDense: true,
isExpanded: true,
value: valueOfList,
initialValue: valueOfList,
onChanged: ((value) {
valueOfList = value;
graphCtrl.yearValue.value = valueOfList;