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