withSourceRange method
Creates a copy with a new sourceRange
Implementation
@override
LatexNode withSourceRange(SourceRange range) => MatrixNode(
rows,
type: type,
isSmall: isSmall,
rowGaps: rowGaps,
alignment: alignment,
sourceRange: range,
);