withSourceRange method
Creates a copy with a new sourceRange
Implementation
@override
LatexNode withSourceRange(SourceRange range) => PrescriptNode(
base,
preSuperscript: preSuperscript,
preSubscript: preSubscript,
sourceRange: range,
);
Creates a copy with a new sourceRange
@override
LatexNode withSourceRange(SourceRange range) => PrescriptNode(
base,
preSuperscript: preSuperscript,
preSubscript: preSubscript,
sourceRange: range,
);