columnMinWidth property
double
get
columnMinWidth
Implementation
double get columnMinWidth => _columnMinWidth;
set
columnMinWidth
(double value)
Implementation
set columnMinWidth(double value) {
if (_columnMinWidth == value) return;
_columnMinWidth = value;
markNeedsLayout();
}