PrescriptNode constructor
PrescriptNode(
- LatexNode base, {
- LatexNode? preSuperscript,
- LatexNode? preSubscript,
- SourceRange? sourceRange,
Implementation
PrescriptNode(
this.base, {
this.preSuperscript,
this.preSubscript,
this.sourceRange,
});