DragEndResult

data class DragEndResult(val cardIdentifier: String, val newIndex: Int)

Result of completing a drag gesture.

Constructors

Link copied to clipboard
constructor(cardIdentifier: String, newIndex: Int)

Properties

Link copied to clipboard

identifier of the card that was moved.

Link copied to clipboard

final index position of the card in the list.