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