void setSpan(int row, int column, {int rowSpan = 1, int colSpan = 1}) { spans['$row:$column'] = CellSpan(rowSpan: rowSpan, colSpan: colSpan); }