beginSelection method
void
beginSelection()
Implementation
void beginSelection() {
_selection ??= TextSelection(base: _cursor, extent: _cursor);
}
void beginSelection() {
_selection ??= TextSelection(base: _cursor, extent: _cursor);
}