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
dewildte
04/12/2023, 6:53 PM
Can you just nest them?
dewildte
04/12/2023, 6:53 PM
Is it safe to assume you are looking for the elevation behaviour for free?
dewildte
04/12/2023, 6:54 PM
Trying to mimic a set of playing cards in your hand?
n
Nick
04/12/2023, 6:55 PM
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.