CellData createCellData(int index) { final cellData = CellData.empty(); getCellData(index, cellData); return cellData; }