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