skydoves / FlexibleBottomSheet

🐬 Advanced Compose Multiplatform bottom sheet for segmented sizing, non-modal type, and allows interaction behind the bottom sheet similar to Google Maps.
Apache License 2.0
791 stars 36 forks source link

Disable swipe to close #40

Closed hoanghai9650 closed 3 months ago

hoanghai9650 commented 3 months ago

Hi guys, there are any ways that I can disable Draggable or Swipe to close ?

skydoves commented 3 months ago

Hey @hoanghai9650, do you mean this feature?

val sheetState = rememberFlexibleBottomSheetState(
    skipHiddenState = true,
    ..
)