SkyLayer constructor
SkyLayer({
- required dynamic id,
- dynamic visibility,
- dynamic minZoom,
- dynamic maxZoom,
- 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,
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);