adornedLink property

Link? adornedLink

This read-only property returns the Link that is being routed manually.

Implementation

_i3.Link? get adornedLink => _i4.getProperty(
      this,
      'adornedLink',
    );
void adornedLink=(Link? value)

Implementation

set adornedLink(_i3.Link? value) {
  _i4.setProperty(
    this,
    'adornedLink',
    value ?? _i5.undefined,
  );
}