Is there a built-in way to make bottom sheets expa...
# compose
d
Is there a built-in way to make bottom sheets expand on click? https://material.io/components/sheets-bottom#behavior mentions that it might be desired behaviour but I can’t find anything in Compose about it. Do we just make the content clickable and expand the sheet on click? Sounds a bit weird, have a feeling it will miss some edge cases..
1