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