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