int selectedValue;
CupertinoPicker(
onSelectedItemChanged: (value) {
setState(() {
selectedValue = selectedValue;
});
}
Text('New york'),
Text('london'),
Text('stockholm'),
--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/fad41389-117b-4922-8619-4be7adeb441fo%40googlegroups.com.