Grid.empty({required this.cellSize, required this.width, required this.height}) : _data = List.generate(width * height, (_) => -1);