copyWith method

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

Implementation

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