georgiy.shur
08/10/2021, 1:13 PMModalBottomSheetLayout
. But I’m struggling to add a dragging indicator above the sheet (see the image). In the old framework I could use anchor for this, but it seems there’s nothing like this in Compose. I know that I could always achieve the same effect using custom content and not use the shape for bottom sheet, but it doesn’t seem very clean.
The screenshot of what I’m trying to achieve is in the thread.georgiy.shur
08/10/2021, 5:00 PMModalBottomSheetLayout
or BottomSheetScaffold
if it’s possible.Shakil Karim
08/10/2021, 6:56 PMBottomSheetScaffold
Just dragging indicator is a simple Box composable