CellOffset constructor

const CellOffset(
  1. int x,
  2. int y
)

Implementation

const CellOffset(this.x, this.y);