maxWidth property
num?
get
maxWidth
Implementation
_i2.num? get maxWidth => _i5.getProperty(
this,
'maxWidth',
);
set
maxWidth
(num? value)
Implementation
set maxWidth(_i2.num? value) {
_i5.setProperty(
this,
'maxWidth',
value ?? _i7.undefined,
);
}