Returns the Cell at the given x and y coordinates.
x
y
@override Cell? cellAt(int x, int y) => _buf.cellAt(x, y);