moveCurrentCell abstract method

void moveCurrentCell(
  1. PlutoMoveDirection direction, {
  2. bool force = false,
  3. bool notify = true,
})
inherited

Change the current cell to the cell in the direction and move the scroll force true : Allow left and right movement with tab key in editing state.

Implementation

void moveCurrentCell(
  PlutoMoveDirection direction, {
  bool force = false,
  bool notify = true,
});