copyWith method
Implementation
DeleteTextCompositionStyle copyWith({String? name}) =>
DeleteTextCompositionStyle(name: name ?? this.name);
DeleteTextCompositionStyle copyWith({String? name}) =>
DeleteTextCompositionStyle(name: name ?? this.name);