BinomialNode constructor

BinomialNode(
  1. LatexNode top,
  2. LatexNode bottom, {
  3. BinomialStyle style = BinomialStyle.normal,
  4. SourceRange? sourceRange,
})

Implementation

BinomialNode(
  this.top,
  this.bottom, {
  this.style = BinomialStyle.normal,
  this.sourceRange,
});