visibleHref property
Indicates the URL when the hovering on the link.
Implementation
@HostBinding('attr.href')
String get visibleHref {
// Memoize invoking this external function.
return _cachedVisibleHref ??= _location.prepareExternalUrl(_routerLink);
}