grid property
PanelLayout
get
grid
This value for #type is used to draw regular patterns of lines.
Implementation
static _i3.PanelLayout get grid => _i4.getProperty(
_declaredPanel,
'Grid',
);
set
grid
(PanelLayout value)
Implementation
static set grid(_i3.PanelLayout value) {
_i4.setProperty(
_declaredPanel,
'Grid',
value,
);
}