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;

View File

@@ -79,7 +79,7 @@ class MyListTileItem extends StatelessWidget {
],
),
Divider(thickness: 1, color: Colors.black),
Row(
Wrap(
children: [
Icon(Icons.pin_drop),
SizedBox(width: 10),