maxContentWidth property
set
maxContentWidth
(double? value)
Implementation
set maxContentWidth(double? value) {
if (_maxContentWidth == value) return;
_maxContentWidth = value;
markNeedsLayout();
}