moveCurrentCellByRowIdx abstract method

void moveCurrentCellByRowIdx(
  1. int rowIdx,
  2. PlutoMoveDirection direction, {
  3. bool notify = true,
})
inherited

Implementation

void moveCurrentCellByRowIdx(
  int rowIdx,
  PlutoMoveDirection direction, {
  bool notify = true,
});