Get a character at the specified coordinates
String getChar(int x, int y) { final index = _getIndex(x, y); return String.fromCharCode(chars[index]); }