MoveCursorHandler typedef

MoveCursorHandler = void Function(bool extendSelection)

Signature for SemanticsActions that move the cursor.

If extendSelection is set to true the cursor movement should extend the current selection or (if nothing is currently selected) start a selection.

Implementation

typedef MoveCursorHandler = void Function(bool extendSelection);