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