TextSelectionStateImpl

class TextSelectionStateImpl(val selection: DocumentTextProvider.TextRange? = null, val draggedHandle: TextSelectionState.DragHandle = TextSelectionState.DragHandle.NONE, selector: TextSelector) : TextSelectionState, TextSelector

Constructors

Link copied to clipboard
constructor(selection: DocumentTextProvider.TextRange? = null, draggedHandle: TextSelectionState.DragHandle = TextSelectionState.DragHandle.NONE, selector: TextSelector)

Properties

Link copied to clipboard
Link copied to clipboard
open override val selection: DocumentTextProvider.TextRange? = null