Class

BackEventProgress.InProgress

There is an ongoing predictive back animation, with the given progress.

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.