copyWith method

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

Implementation

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