MathStyleNode constructor

MathStyleNode(
  1. List<LatexNode> content,
  2. MathStyleType mathStyleType, {
  3. SourceRange? sourceRange,
})

Implementation

MathStyleNode(this.content, this.mathStyleType, {this.sourceRange});