Chachako
10/06/2023, 3:42 AMModalBottomSheet
with the most basic code, and the same issue occurs. I’m not sure if there is a known issue ticket for this bug?Pablichjenkov
10/06/2023, 3:55 AMChachako
10/06/2023, 4:17 AMSanjayKarki
10/06/2023, 4:22 AMPablichjenkov
10/06/2023, 4:26 AMvide
10/06/2023, 5:42 AMswipeable()
had a resistance config for this, not sure if there's a customizable value for draggable()
which ModalBottomSheet uses internallyval sheetState = rememberModalBottomSheetState(
initialValue = ModalBottomSheetValue.Expanded,
animationSpec = tween()
)
Chachako
10/06/2023, 9:41 AMvide
10/06/2023, 9:47 AMAnchoredDraggableState<T>.animateTo()
animate call and see what the prev and targetOffset arguments are.