copyWith method

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

Implementation

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