selectionStart method

  1. @override
void selectionStart(
  1. int displayRow,
  2. int col,
  3. bool rightHalf,
  4. int kind,
)
override

Implementation

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