layoutGrids property

ReadonlyArray<Object> get layoutGrids

Implementation

_i4.ReadonlyArray<_i2.Object> get layoutGrids => _i5.getProperty(
      this,
      'layoutGrids',
    );
set layoutGrids (ReadonlyArray<Object> value)

Implementation

set layoutGrids(_i4.ReadonlyArray<_i2.Object> value) {
  _i5.setProperty(
    this,
    'layoutGrids',
    value,
  );
}