flexShrink property

String flexShrink

Implementation

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

Implementation

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