SuperscriptNode constructor

SuperscriptNode(
  1. LatexNode base,
  2. LatexNode exponent, {
  3. SourceRange? sourceRange,
})

Implementation

SuperscriptNode(this.base, this.exponent, {this.sourceRange});