withSourceRange method
Creates a copy with a new sourceRange
Implementation
@override
LatexNode withSourceRange(SourceRange range) => BigOperatorNode(
operator,
subscript: subscript,
superscript: superscript,
limitsMode: limitsMode,
limitsInDisplay: limitsInDisplay,
sourceRange: range,
);