target property

Target? target
final

Whether to preload the target route when the link is hovered.

Only affects client-side routing when using lazy routes. The target attribute value applied to the anchor element.

Implementation

/// The `target` attribute value applied to the anchor element.
final Target? target;