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