link property
final
If non-null, indicates that this subtree represents a link.
iOS's VoiceOver provides users with a unique hint when a link is focused. Android's Talkback will announce a link hint the same way it does a button.
Implementation
final bool? link;