TextSelectionDragChange

Interface to notify about text selection drag changes. It's only used to notify if a drag is being in progress or not (Some parts of the UI might need to know that).

Functions

Link copied to clipboard
abstract suspend fun onDragChanged(dragHandle: TextSelectionState.DragHandle)