isLink property

bool isLink
final

Whether the semantic node is an interactive link.

Platforms have special handling for links, for example iOS's VoiceOver provides an additional hint when the focused object is a link, as well as the ability to parse the links through another navigation menu.

Implementation

final bool isLink;