copyWith method
Implementation
Softness$Response copyWith({double? softness}) {
return Softness$Response(softness: softness ?? this.softness);
}
Softness$Response copyWith({double? softness}) {
return Softness$Response(softness: softness ?? this.softness);
}