copyWith method

RichTextAnchor copyWith({
  1. String? name,
})

Implementation

RichTextAnchor copyWith({String? name}) =>
    RichTextAnchor(name: name ?? this.name);