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