BinomialNode constructor
BinomialNode(
- LatexNode top,
- LatexNode bottom, {
- BinomialStyle style = BinomialStyle.normal,
- SourceRange? sourceRange,
Implementation
BinomialNode(
this.top,
this.bottom, {
this.style = BinomialStyle.normal,
this.sourceRange,
});