Returns the cell at (x, y) or null if out of bounds.
x
y
@override Cell? cellAt(int x, int y) => _scr.cellAt(x, y);