flutter dropdownmenuitem overflow code example
Example: flutter dropdown overflow
//use the isExpanded property for DropDownButton
child: new DropdownButton(
isExpanded: true,
...
//use the isExpanded property for DropDownButton
child: new DropdownButton(
isExpanded: true,
...