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
I am trying to use FlexibleBottomSheet on a screen that uses Scaffold and bottomBar. When I add the FlexibleBottomSheet to the screen it sits on top of the NavigationBar.
I would like the sheet to be displayed below and above the NavigationBar. Basically sitting on top of it with a tiny amount visible, then expanding when the user drags up.
Describe alternatives you've considered:
I've tried adding Modifier.padding() but that causes the whole thing to vanish. I'm looking into setting the WindowInsets next.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
I am trying to use
FlexibleBottomSheet
on a screen that usesScaffold
andbottomBar
. When I add theFlexibleBottomSheet
to the screen it sits on top of theNavigationBar
.Using the following state:
Describe the solution you'd like:
I would like the sheet to be displayed below and above the
NavigationBar
. Basically sitting on top of it with a tiny amount visible, then expanding when the user drags up.Describe alternatives you've considered:
I've tried adding
Modifier.padding()
but that causes the whole thing to vanish. I'm looking into setting theWindowInsets
next.The text was updated successfully, but these errors were encountered: