resolvedDefaultColumnWidth property

double get resolvedDefaultColumnWidth

Layout-safe fallback column width.

This returns fallbackDefaultColumnWidth for non-finite values and clamps finite values below minimumDefaultColumnWidth to that minimum.

Implementation

double get resolvedDefaultColumnWidth =>
    resolveDefaultColumnWidth(defaultColumnWidth);