Component - DropdownButton
The DropdownButton widget shows a list of options when tapped. The user can pick one option from the list. It is like choosing a flavor from an ice cream menu.
The DropdownButton widget shows a list of options when tapped. The user can pick one option from the list. It is like choosing a flavor from an ice cream menu.
Scaffold
├─ AppBar
│ └─ Text
└─ Center
└─ DropdownButton<String>