Any ways to disable "fling" on `androidx.compose.m...
# compose
a
Any ways to disable "fling" on
androidx.compose.material.SwipeToDismiss
.
velocityThreshold
is set to
125.dp
and not changable. To change it, i have to copy the
SwipeToDismiss
function only to set another
velocityThreshold
.