double stickyWidth(int i) => (columnWidths != null ? columnWidths![i] : contentCellWidth) ?? base.contentCellWidth!;