noSnapFlingBehavior

@Composable
fun noSnapFlingBehavior(): TargetedFlingBehavior

A TargetedFlingBehavior that flings according to the gesture velocity and does not snap post-fling.

Return

An instance of TargetedFlingBehavior that performs flinging based on the gesture velocity and does not snap to anything post-fling.