HPhantomNode constructor

HPhantomNode(
  1. List<LatexNode> content, {
  2. SourceRange? sourceRange,
})

Implementation

HPhantomNode(this.content, {this.sourceRange});