Is there a way to display multiple `BottomSheet`s,...
# compose-android
n
Is there a way to display multiple `BottomSheet`s, displayed one on top of the other? Clicking it would would expand it and hopefully display it over all the other ones.
d
Can you just nest them?
Is it safe to assume you are looking for the elevation behaviour for free?
Trying to mimic a set of playing cards in your hand?
n
I thought I could only show one at a time and required a bottomsheetscaffold. I actually got it partially working. Just adjusting the peeek height for each worked.