SubscriptNode constructor

SubscriptNode(
  1. LatexNode base,
  2. LatexNode index, {
  3. SourceRange? sourceRange,
})

Implementation

SubscriptNode(this.base, this.index, {this.sourceRange});