panel property
Panel?
get
panel
This read-only property returns the Panel that this row or column definition is in.
Implementation
_i3.Panel? get panel => _i4.getProperty(
this,
'panel',
);
set
panel
(Panel? value)
Implementation
set panel(_i3.Panel? value) {
_i4.setProperty(
this,
'panel',
value ?? _i5.undefined,
);
}