akbarpulatov / flutter_awesome_select

Forked from https://github.com/davigmacode/flutter_smart_select, updated legacy code, migrated to null safety and more. AwesomeSelect allows you to easily convert your usual form select or dropdown into dynamic page, popup dialog, or sliding bottom sheet with various choices input such as radio, checkbox, switch, chips, or even custom input. Supports single and multiple choice.
https://pub.dev/packages/awesome_select
MIT License
48 stars 56 forks source link

[question] Can I get somehow default modal builder for size decoration? #33

Open radoslaw-sz opened 2 years ago

radoslaw-sz commented 2 years ago

Hello,

Thank you for this great package! I have question - is it possible to get somehow default builder for modal? My scenario is that I want to change only size of the popup - I do not want to create completely new modalBuilder for this, but only decorate default modal builder with some sizedBox or container with width. I am working on the web and default size of popup is weird as its width is almost width of the whole screen.