HyperlinkNode constructor

HyperlinkNode(
  1. String url,
  2. List<LatexNode> content, {
  3. SourceRange? sourceRange,
})

Implementation

HyperlinkNode(this.url, this.content, {this.sourceRange});