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