atmosphereThickness property
double
get
atmosphereThickness
Thickness of the atmosphere relative to globe radius
Implementation
double get atmosphereThickness => _atmosphereThickness;
set
atmosphereThickness
(double value)
Implementation
set atmosphereThickness(double value) {
if (_atmosphereThickness != value) {
_atmosphereThickness = value;
notifyListeners();
}
}