With a BottomSheetScaffold, is there a way to disallow the user from being able to hide/dismiss the bottom sheet by dragging/swiping, but still allow it to be hidden programmatically (i.e. via sheetState.hide()) I need "show" and "hide" to be programmatic only, but when the sheet is visible, the user should be able to swipe between partial and fully expanded states.
c
Colton Idle
04/14/2026, 6:46 AM
I could have sworn that this is possible. I think theres a user gestures disabled flag or something. LET me look!