Is there way to disableclose by swiping down on Mo...
# compose
p
Is there way to disableclose by swiping down on ModelBottomSheetLayout. I tried to take a look at the parameters that modifies the internal behaviour of the ModalBottomSheetLayout but the internal scaffold seems not to have the sheetGesturesEnabled or isSwipable or isDraggable boolean I was looking for. I found a sheetGesturesEnabled inside the BottomSheetScaffold object, but, as I said, I didn’t find a proper way to implement it.
c