I’m trying to add a custom designed bottom sheet using
ModalBottomSheetLayout
. 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.