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