minWidth property
String
get
minWidth
Implementation
_i2.String get minWidth => _i4.getProperty(
this,
'minWidth',
);
set
minWidth
(String value)
Implementation
set minWidth(_i2.String value) {
_i4.setProperty(
this,
'minWidth',
value,
);
}