DragResult

data class DragResult<T : Any>(val result: ViewPoint<T>, val handleNext: Boolean = true)

Parameters

result
  • the endpoint of the drag to perform constrained drag

handleNext
  • if false do not evaluate subsequent drag handles

Constructors

Link copied to clipboard
constructor(result: ViewPoint<T>, handleNext: Boolean = true)

Properties

Link copied to clipboard
val handleNext: Boolean = true
Link copied to clipboard