Common
data class InProgress(
val touchX: Float,
val touchY: Float,
val progress: Float,
val swipeEdge: SwipeEdge,
) : BackEventProgress
There is an ongoing predictive back animation, with the given progress.
There is an ongoing predictive back animation, with the given progress.
data class InProgress(
val touchX: Float,
val touchY: Float,
val progress: Float,
val swipeEdge: SwipeEdge,
) : BackEventProgress
There is an ongoing predictive back animation, with the given progress.