CellLayoutId constructor

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

Implementation

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