I'm trying to disable gestures using Material 3 ModalBottomSheet. I've seen this question asked, but the accepted answer was to use a different method such as ModalBottomSheetLayout (Material 1). I need to use ModalBottomSheet.
Every other method has a way to disable gestures except this one.
Looking at the implementation, I don't see any options. Even SheetState doesn't have any options. The reason I want to disable is because I'm showing a LazyColumn, and it "jolts" the bottomsheet when you reach the bottom. Any ideas?