copyWith method

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

Implementation

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