Sets the cell at (x, y) to cell.
x
y
cell
@override void setCell(int x, int y, Cell? cell) => buffer.setCell(x, y, cell);