Is there a way to add a dropdown menu in flame? I want to be able to make a dropdown button in specific with values that I can select from in that you can click it and the values show below.
I've tried Flutter's dropdown button, but that is not a flame component.
For dropdowns I would recommend to use Flutter widgets and add them as overlays to your
GameWidget
.Something like this: