PhantomNode constructor

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

Implementation

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