ExtendSelectionToNextParagraphBoundaryOrCaretLocationIntent constructor
- required bool forward,
Creates an ExtendSelectionToNextParagraphBoundaryOrCaretLocationIntent.
Implementation
const ExtendSelectionToNextParagraphBoundaryOrCaretLocationIntent({
required bool forward,
}) : super(forward, false, true);