copyWith method
Implementation
@override
RichTextSuperscript copyWith({
RichText? text,
}) =>
RichTextSuperscript(
text: text ?? this.text,
);
@override
RichTextSuperscript copyWith({
RichText? text,
}) =>
RichTextSuperscript(
text: text ?? this.text,
);