ExtendSelectionToDocumentBoundaryIntent constructor

const ExtendSelectionToDocumentBoundaryIntent(
  1. {required bool forward,
  2. required bool collapseSelection}
)

Creates an ExtendSelectionToDocumentBoundaryIntent.

Implementation

const ExtendSelectionToDocumentBoundaryIntent({
  required bool forward,
  required bool collapseSelection,
}) : super(forward, collapseSelection);