selectParagraphAt method
Selects the paragraph at globalPosition.
Implementation
void selectParagraphAt(Offset globalPosition) {
_state?.selectParagraphAt(globalPosition);
}
Selects the paragraph at globalPosition.
void selectParagraphAt(Offset globalPosition) {
_state?.selectParagraphAt(globalPosition);
}