grid property

This value for #type is used to draw regular patterns of lines.

Implementation

static _i3.PanelLayout get grid => _i4.getProperty(
      _declaredPanel,
      'Grid',
    );
void grid=(PanelLayout value)

Implementation

static set grid(_i3.PanelLayout value) {
  _i4.setProperty(
    _declaredPanel,
    'Grid',
    value,
  );
}