selectionStart method
Implementation
@override
void selectionStart(int displayRow, int col, bool rightHalf, int kind) =>
engineSelectionStart(
engine: _engine,
displayRow: displayRow,
col: col,
rightHalf: rightHalf,
kind: kind,
);