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