double? getColumnMaxWidth(int index) { return _widthConstraints?[index]?.max ?? _defaultWidthConstraint?.max; }