Sets the cell at (x, y) and may take ownership of cell.
x
y
cell
@override void setCellOwned(int x, int y, Cell? cell) => buffer.setCellOwned(x, y, cell);