flex property

num? get flex

Implementation

_i2.num? get flex => _i4.getProperty(
      this,
      'flex',
    );
set flex (num? value)

Implementation

set flex(_i2.num? value) {
  _i4.setProperty(
    this,
    'flex',
    value ?? _i6.undefined,
  );
}