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