copyWith method

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

Implementation

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