DragSelectionInfo

data class DragSelectionInfo(val selectionBox: SelectionBox? = null, val isDragging: Boolean = false)

Constructors

Link copied to clipboard
constructor(selectionBox: SelectionBox? = null, isDragging: Boolean = false)

Properties

Link copied to clipboard
val isDragging: Boolean = false
Link copied to clipboard