HyperlinkNode constructor
HyperlinkNode(
- String url,
- List<
LatexNode> content, { - SourceRange? sourceRange,
Implementation
HyperlinkNode(this.url, this.content, {this.sourceRange});