onHyperlinkTap property
Called when a link is tapped — either a cell carrying an OSC 8
hyperlink, or a plain-text http(s):///www. URL detected in the
buffer. On desktop this requires the hyperlink modifier to be held
(Cmd on macOS, Ctrl elsewhere); on touch a direct tap is enough.
Implementation
final void Function(String uri)? onHyperlinkTap;