how to stop dropdown from overflow in flutter 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,
...