BeautyFilters class

Constructors

BeautyFilters({double smoothValue = 0, double whiteValue = 0, double thinFaceValue = 0, double bigEyeValue = 0, double lipstickValue = 0, double blusherValue = 0})

Properties

bigEyeValue double
getter/setter pair
blusherValue double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lipstickValue double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smoothValue double
getter/setter pair
thinFaceValue double
getter/setter pair
whiteValue double
getter/setter pair

Methods

copyWith({double? smoothValue, double? whiteValue, double? thinFaceValue, double? bigEyeValue, double? lipstickValue, double? blusherValue}) BeautyFilters
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited