icemanbsi / searchable_dropdown

MIT License
107 stars 162 forks source link

Custom resize the dialog box #107

Open SuhailMirjiDCMCompliance opened 3 years ago

SuhailMirjiDCMCompliance commented 3 years ago

I have spent a lot of time trying to resize the dialog box which covers the whole device. We do have a single constructor - menuConstraints, but this cannot be used for a dialog box.

Is there a way to resize the single dialog with out custom width and height ? @icemanbsi @lcuis

Simulator Screen Shot - iPhone 11 Pro Max - 2020-11-04 at 14 56 20

Single dialog - SearchableDropdown.single( items: items, value: selectedValue, hint: "Select one", searchHint: "Select one", onChanged: (value) { setState(() { selectedValue = value; }); }, isExpanded: true, ),

johnathanbreshears commented 3 years ago

I would like this too