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