flex property

String flex

Implementation

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

Implementation

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