Can the bottom sheet in a `BottomSheetScaffold` ha...
# compose
j
Can the bottom sheet in a
BottomSheetScaffold
have an intermediate state like for
BottomSheetBehavior.STATE_HALF_EXPANDED
? Right now I managed to have only 2 states, collapsed (defined by
sheetPeekHeight
) and expanded.
m
Hi, I have a similar requirement, did you find a solution to this?
nope 1