yarnAttenuationFactor property
double?
get
yarnAttenuationFactor
YaRN magnitude scaling factor
Implementation
double? get yarnAttenuationFactor => _yarnAttenuationFactor;
set
yarnAttenuationFactor
(double? value)
Implementation
set yarnAttenuationFactor(double? value) {
_yarnAttenuationFactor = value;
notifyListeners();
}