<div class='sourceset sourceset-common'>Common</div>

```kotlin
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](#progress).