CellOffset constructor

const CellOffset(
  1. int row,
  2. int column
)

Implementation

const CellOffset(this.row, this.column);