link property

This value for #type is used for Links and adornments that act as Links.

Implementation

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

Implementation

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