InlineMathNode constructor

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

Implementation

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