ExtendSelectionToNextParagraphBoundaryIntent constructor

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

Creates an ExtendSelectionToNextParagraphBoundaryIntent.

Implementation

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