SelectParagraphSelectionEvent constructor
Creates a select paragraph event at the globalPosition
.
Implementation
const SelectParagraphSelectionEvent({required this.globalPosition, this.absorb = false}): super._(SelectionEventType.selectParagraph);