How to control the width of the DropdownMenuItem in DropdownButtonFormField Flutter
I spent lot of time trying to fix the size of the expanded area (when you open the DropdownButtonFormField), but it always take the full width of the screen My code is: DropdownButtonFormField( decoration: InputDecoration( prefixIcon: Icon(Icons.person), enabledBorder: OutlineInputBorder( borderRadius:…