从偏移坐标创建单元格(平顶朝上)
factory HexCell.fromOffsetFlat(int col, int row) { return HexCell(coordinate: HexCoordinate.fromOffsetFlat(col, row)); }