How to disable Drag behaviour on ModalBottomSheet , android compose

2.8k Views Asked by At

How to disable Drag behaviour on ModalBottomSheet , android compose , can't find nothing on google

tried draggable on modifier , nothing happened , then i tried to disable scroll behaviour but nothing happened again , please help me

1

There are 1 best solutions below

2
On BEST ANSWER

Here are some of the workarounds. But, It is better to use the sheetGesturesEnabled which is the property of BottomSheetScaffold and set it to false to get your desired result.