MultiscriptsNode constructor
MultiscriptsNode({
- bool alignPostscripts = false,
- required EquationRowNode base,
- EquationRowNode? sub,
- EquationRowNode? sup,
- EquationRowNode? presub,
- EquationRowNode? presup,
Implementation
MultiscriptsNode({
this.alignPostscripts = false,
required this.base,
this.sub,
this.sup,
this.presub,
this.presup,
});