flexGrow property

String get flexGrow

Implementation

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

Implementation

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