RasterLayer constructor
RasterLayer(- {required dynamic id,
- dynamic visibility,
- dynamic minZoom,
- dynamic maxZoom,
- dynamic slot,
- required String sourceId,
- String? sourceLayer,
- double? rasterBrightnessMax,
- double? rasterBrightnessMin,
- int? rasterColor,
- List<double?>? rasterColorMix,
- List<double?>? rasterColorRange,
- double? rasterContrast,
- double? rasterFadeDuration,
- double? rasterHueRotate,
- double? rasterOpacity,
- RasterResampling? rasterResampling,
- double? rasterSaturation}
)
Implementation
RasterLayer({
required id,
visibility,
minZoom,
maxZoom,
slot,
required this.sourceId,
this.sourceLayer,
this.rasterBrightnessMax,
this.rasterBrightnessMin,
this.rasterColor,
this.rasterColorMix,
this.rasterColorRange,
this.rasterContrast,
this.rasterFadeDuration,
this.rasterHueRotate,
this.rasterOpacity,
this.rasterResampling,
this.rasterSaturation,
}) : super(
id: id,
visibility: visibility,
maxZoom: maxZoom,
minZoom: minZoom,
slot: slot);