https://kotlinlang.org logo
#compose
Title
# compose
j

Johnny

02/01/2023, 10:35 AM
In
BottomSheetScaffold
there are only two states
Collapsed
and
Expanded
. What if i wanted a third
HalfExpanded
state, like in ModalBottomSheet? Using different peekHeight values would no let me swipe down to dismiss the bottomSheet as the state already is
Collapsed
. Anybody faced the same problem or knows a workaround for that?
j

jossiwolf

02/05/2023, 4:49 PM
This doesn't exist currently. Feel free to file a Feature Request, but we recommend building a custom component as this behavior deviates from Material Design guidelines.
j

Johnny

02/06/2023, 7:34 AM
Thanks for the feedback!
@harry248 fyi
54 Views