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