copyWith method

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

Implementation

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