You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the desktop app, the bottomSheet needs to have its max width increased if we want it to match the width of the media query.
If I use the showModalBottomSheet feature, which is a default feature in Flutter, I can set up constraints on it so that I can make it match the width of the media query. But It has to pass the context into it.
I thing it would be nice if the Get.bottomSheet has the constraints parameter.
Thanks
The text was updated successfully, but these errors were encountered:
yoancmaes
added a commit
to generalsoftwareinc/getx
that referenced
this issue
Nov 13, 2023
In the desktop app, the
bottomSheet
needs to have its max width increased if we want it to match the width of the media query.If I use the showModalBottomSheet feature, which is a default feature in Flutter, I can set up constraints on it so that I can make it match the width of the media query. But It has to pass the
context
into it.I thing it would be nice if the
Get.bottomSheet
has theconstraints
parameter.Thanks
The text was updated successfully, but these errors were encountered: