copyWith method

RichTextSuperscript copyWith({
  1. RichText? text,
})

Implementation

RichTextSuperscript copyWith({RichText? text}) =>
    RichTextSuperscript(text: text ?? this.text);