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

```kotlin
class Dragging(var pointerId: PointerId = PointerId(Long.MAX_VALUE)) : DragDetectionState()
```

State where dragging is happening.