🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

DragDetectionState.Dragging

State where dragging is happening.

Source set: Common
class Dragging(
        var pointerId: PointerId = PointerId(Long.MAX_VALUE),
        var consumedOnInitial: Boolean = false,
        var hasStartedDragImmediately: Boolean = false,
    ) : DragDetectionState()

State where dragging is happening.

Content updated: