flexGrow property

String flexGrow

Implementation

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

Implementation

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