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