gridAutoFlow property

String gridAutoFlow

Implementation

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

Implementation

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