moveCursorForwardByCharacter constant

SemanticsAction const moveCursorForwardByCharacter = const SemanticsAction._(_kMoveCursorForwardByCharacterIndex)

Move the cursor forward by one character.

This is for example used by the cursor control in text fields.

The action includes a boolean argument, which indicates whether the cursor movement should extend (or start) a selection.

Implementation

static const SemanticsAction moveCursorForwardByCharacter = const SemanticsAction._(_kMoveCursorForwardByCharacterIndex)