ExpandSelectionToDocumentBoundaryIntent constructor

const ExpandSelectionToDocumentBoundaryIntent(
  1. {required bool forward}
)

Creates an ExpandSelectionToDocumentBoundaryIntent.

Implementation

const ExpandSelectionToDocumentBoundaryIntent({
  required bool forward,
}) : super(forward, false);