BackgroundLayer constructor
BackgroundLayer(- {required dynamic id,
- dynamic visibility,
- dynamic minZoom,
- dynamic maxZoom,
- dynamic slot,
- int? backgroundColor,
- double? backgroundEmissiveStrength,
- double? backgroundOpacity,
- String? backgroundPattern}
)
Implementation
BackgroundLayer({
required id,
visibility,
minZoom,
maxZoom,
slot,
this.backgroundColor,
this.backgroundEmissiveStrength,
this.backgroundOpacity,
this.backgroundPattern,
}) : super(
id: id,
visibility: visibility,
maxZoom: maxZoom,
minZoom: minZoom,
slot: slot);