SuperscriptNode constructor
SuperscriptNode(
- LatexNode base,
- LatexNode exponent, {
- SourceRange? sourceRange,
Implementation
SuperscriptNode(this.base, this.exponent, {this.sourceRange});