cellSetWidth method

void cellSetWidth(
  1. int index,
  2. int width
)
override

Implementation

void cellSetWidth(int index, int width) {
  _cells.setUint8(index * _cellSize + _cellWidth, width);
}