androidandroid-jetpack-composejetpack-compose-modalbottomsheet

How to disable Drag behaviour on ModalBottomSheet , android compose


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


Solution

  • 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.