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
so the resulting bottom sheet goes only on top of the scaffold where it is called.
Additional context
This use-case is important for responsive web and desktop builds where there can be more than one scaffold currently on screen, and it is required that a bottomSheet only appear above the current scaffold.
If there is a way to achieve this currently, please let me know. Much appreciated.
The text was updated successfully, but these errors were encountered:
What is the new or updated feature that you are suggesting?
Create a method to constrain the bottom sheet to the current scaffold much like how a normal call to
showBottomSheet()
works.Why should this feature be included?
Currently, the
showFlexibleBottomSheet()
method pushes a new activity on top on the whole navigatorinstead of the default behavior of
showBottomSheet()
that calls:so the resulting bottom sheet goes only on top of the scaffold where it is called.
Additional context
This use-case is important for responsive web and desktop builds where there can be more than one scaffold currently on screen, and it is required that a bottomSheet only appear above the current scaffold.
If there is a way to achieve this currently, please let me know. Much appreciated.
The text was updated successfully, but these errors were encountered: