BeautyFilters constructor

BeautyFilters({
  1. double smoothValue = 0,
  2. double whiteValue = 0,
  3. double thinFaceValue = 0,
  4. double bigEyeValue = 0,
  5. double lipstickValue = 0,
  6. double blusherValue = 0,
})

Implementation

BeautyFilters({
  this.smoothValue = 0,
  this.whiteValue = 0,
  this.thinFaceValue = 0,
  this.bigEyeValue = 0,
  this.lipstickValue = 0,
  this.blusherValue = 0,
});