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