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