Saver

fun <T : Any> Saver(snapAnimationSpec: AnimationSpec<Float>, decayAnimationSpec: DecayAnimationSpec<Float>, positionalThreshold: (distance: Float) -> Float, velocityThreshold: () -> Float, confirmValueChange: (T) -> Boolean = { true }): Saver<UnstyledAnchoredDraggableState<T>, T>

The default Saver implementation for UnstyledAnchoredDraggableState.