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