ExtendSelectionByCharacterIntent constructor
Creates an ExtendSelectionByCharacterIntent.
Implementation
const ExtendSelectionByCharacterIntent({required bool forward, required bool collapseSelection})
: super(forward, collapseSelection);
Creates an ExtendSelectionByCharacterIntent.
const ExtendSelectionByCharacterIntent({required bool forward, required bool collapseSelection})
: super(forward, collapseSelection);