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