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