I have been trying to make a dropdown widget like this in Flutter. I tried normal dropdown, overlays with text field, and menu. Any tips?
Default
Focused
CodePudding user response:
You can probably accomplish what you are looking for, by using the ExpansionPanelList
widget: