DisplayMathNode constructor

DisplayMathNode(
  1. List<LatexNode> childrenNodes, {
  2. SourceRange? sourceRange,
})

Implementation

DisplayMathNode(this.childrenNodes, {this.sourceRange});