SkyLayer constructor
SkyLayer(- {required dynamic id,
- dynamic visibility,
- dynamic minZoom,
- dynamic maxZoom,
- dynamic slot,
- int? skyAtmosphereColor,
- int? skyAtmosphereHaloColor,
- List<double?>? skyAtmosphereSun,
- double? skyAtmosphereSunIntensity,
- int? skyGradient,
- List<double?>? skyGradientCenter,
- double? skyGradientRadius,
- double? skyOpacity,
- SkyType? skyType}
)
Implementation
SkyLayer({
required id,
visibility,
minZoom,
maxZoom,
slot,
this.skyAtmosphereColor,
this.skyAtmosphereHaloColor,
this.skyAtmosphereSun,
this.skyAtmosphereSunIntensity,
this.skyGradient,
this.skyGradientCenter,
this.skyGradientRadius,
this.skyOpacity,
this.skyType,
}) : super(
id: id,
visibility: visibility,
maxZoom: maxZoom,
minZoom: minZoom,
slot: slot);