change for apple
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -79,7 +79,7 @@ class MyListTileItem extends StatelessWidget {
|
||||
],
|
||||
),
|
||||
Divider(thickness: 1, color: Colors.black),
|
||||
Row(
|
||||
Wrap(
|
||||
children: [
|
||||
Icon(Icons.pin_drop),
|
||||
SizedBox(width: 10),
|
||||
|
||||
Reference in New Issue
Block a user