BeautyOptions constructor Null safety
- {LighteningContrastLevel? lighteningContrastLevel,
- double? lighteningLevel,
- double? smoothnessLevel,
- double? rednessLevel}
Constructs a BeautyOptions
Implementation
BeautyOptions({
this.lighteningContrastLevel,
this.lighteningLevel,
this.smoothnessLevel,
this.rednessLevel,
});