flutter_awesome_select
flutter_awesome_select copied to clipboard
[question] Can I get somehow default modal builder for size decoration?
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.