BaseBeautyState class abstract

Basic beauty state, managing level data of beauty effects such as smoothing, whitening, and ruddy. Supports subscription to synchronize UI display with actual effects.

Constructors

BaseBeautyState()

Properties

hashCode int
The hash code for this object.
no setterinherited
ruddyLevel → ValueListenable<double>
Ruddy level, range 0-9; 0 means off, 9 means the most obvious effect.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smoothLevel → ValueListenable<double>
Smoothing level, range 0-9; 0 means off, 9 means the most obvious effect.
no setter
whitenessLevel → ValueListenable<double>
Whitening level, range 0-9; 0 means off, 9 means the most obvious effect.
no setter

Methods

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