FractionNode constructor
FractionNode(
- LatexNode numerator,
- LatexNode denominator, {
- FractionStyle style = FractionStyle.normal,
- SourceRange? sourceRange,
Implementation
FractionNode(
this.numerator,
this.denominator, {
this.style = FractionStyle.normal,
this.sourceRange,
});