PrescriptNode constructor

PrescriptNode(
  1. LatexNode base, {
  2. LatexNode? preSuperscript,
  3. LatexNode? preSubscript,
  4. SourceRange? sourceRange,
})

Implementation

PrescriptNode(
  this.base, {
  this.preSuperscript,
  this.preSubscript,
  this.sourceRange,
});