SelectParagraphSelectionEvent constructor

const SelectParagraphSelectionEvent({
  1. required Offset globalPosition,
  2. bool absorb = false,
})

Creates a select paragraph event at the globalPosition.

Implementation

const SelectParagraphSelectionEvent({required this.globalPosition, this.absorb = false}): super._(SelectionEventType.selectParagraph);