TestTerminal({int width = 80, int height = 24}) : _width = width, _height = height, _grid = List.generate(height, (_) => List.filled(width, ' '));