gridAutoFlow property

String get gridAutoFlow

Implementation

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

Implementation

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