BeautyOptions constructor Null safety

BeautyOptions(
  1. {LighteningContrastLevel? lighteningContrastLevel,
  2. double? lighteningLevel,
  3. double? smoothnessLevel,
  4. double? rednessLevel}
)

Constructs a BeautyOptions

Implementation

BeautyOptions({
  this.lighteningContrastLevel,
  this.lighteningLevel,
  this.smoothnessLevel,
  this.rednessLevel,
});