withSourceRange method

  1. @override
LatexNode withSourceRange(
  1. SourceRange range
)
override

Creates a copy with a new sourceRange

Implementation

@override
LatexNode withSourceRange(SourceRange range) =>
    BinomialNode(top, bottom, style: style, sourceRange: range);