flexFlow property

String flexFlow

Implementation

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

Implementation

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