atmosphereOpacity property
double
get
atmosphereOpacity
Opacity of the atmospheric glow
Implementation
double get atmosphereOpacity => _atmosphereOpacity;
set
atmosphereOpacity
(double value)
Implementation
set atmosphereOpacity(double value) {
if (_atmosphereOpacity != value) {
_atmosphereOpacity = value;
notifyListeners();
}
}