Documentation Index
Fetch the complete documentation index at: https://starrycodes.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
🖱️ Hyperlink Conversion
addHyperLinks({List<String> hyperLinkTexts, bool showUnderline, bool makeBold, Color? hyperLinkColor, Function(String word)? onHyperlinkClicked})
Text
Converts specific words within the
text into clickable hyperlinks. It works by rebuilding the Text widget using Text.rich and wrapping the target words in a TapGestureRecognizer.