DragState

class DragState(initial: Int, current: Int)

Represents the current state of a drag gesture.

Parameters

initial

The index of the item where the drag gesture started.

current

The index of the item where the drag gesture is currently at.

Constructors

Link copied to clipboard
constructor(initial: Int, current: Int)