MultiscriptsNode constructor

MultiscriptsNode({
  1. bool alignPostscripts = false,
  2. required EquationRowNode base,
  3. EquationRowNode? sub,
  4. EquationRowNode? sup,
  5. EquationRowNode? presub,
  6. EquationRowNode? presup,
})

Implementation

MultiscriptsNode({
  this.alignPostscripts = false,
  required this.base,
  this.sub,
  this.sup,
  this.presub,
  this.presup,
});