VPhantomNode constructor

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

Implementation

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