With the modal SmartSelect is there a way to set the maximum width of the popup?
By default the popup is taking the whole screen width. For my Flutter web app, this just looks really poor, so I want to place a width constraint on the pop up form width.
I tried wrapping the SmartSelect widget with a ConstrainedBox but that didn't work