snap to - VeleSSemecky/Purchase GitHub Wiki
//presentation/com.veles.purchase.presentation.compose/SwipeableState/snapTo
[androidJvm]
suspend fun snapTo(targetValue: T)
Set the state without any animation and suspend until it's set
androidJvm
| targetValue | The new target value to set currentValue to. |