flexWrap property

String flexWrap

Implementation

_i2.String get flexWrap => _i4.getProperty(
      this,
      'flexWrap',
    );
void flexWrap=(String value)

Implementation

set flexWrap(_i2.String value) {
  _i4.setProperty(
    this,
    'flexWrap',
    value,
  );
}