getColumnMaxWidth method

double? getColumnMaxWidth(
  1. int index
)

Implementation

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