link property
PanelLayout
get
link
This value for #type is used for Links and adornments that act as Links.
Implementation
static _i3.PanelLayout get link => _i4.getProperty(
_declaredPanel,
'Link',
);
set
link
(PanelLayout value)
Implementation
static set link(_i3.PanelLayout value) {
_i4.setProperty(
_declaredPanel,
'Link',
value,
);
}