copyWith method
Implementation
FixedText copyWith({FormattedText? text, DiffText? diffText}) =>
FixedText(text: text ?? this.text, diffText: diffText ?? this.diffText);
FixedText copyWith({FormattedText? text, DiffText? diffText}) =>
FixedText(text: text ?? this.text, diffText: diffText ?? this.diffText);