Home > Enterprise >  What is the name of the iOS dropdown widget in Flutter?
What is the name of the iOS dropdown widget in Flutter?

Time:12-30

I have been trying to find the cupertino dropdown widget for like a week now and I just can't seem to find it.

Here is a picture of it: enter image description here

CodePudding user response:

I think you might be looking for CupertinoContextMenu class:

https://api.flutter.dev/flutter/cupertino/CupertinoContextMenu-class.html

  • Related