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