Softness$Response constructor

const Softness$Response({
  1. double? softness,
})

Implementation

const Softness$Response({
  this.softness,
});