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