Sets the cell at the given x and y coordinates.
cell
x
y
@override void setCell(int x, int y, Cell? cell) { _buf.setCell(x, y, cell); }