FillLayer constructor
FillLayer(- {required dynamic id,
- dynamic visibility,
- dynamic minZoom,
- dynamic maxZoom,
- dynamic slot,
- required String sourceId,
- String? sourceLayer,
- double? fillSortKey,
- bool? fillAntialias,
- int? fillColor,
- double? fillEmissiveStrength,
- double? fillOpacity,
- int? fillOutlineColor,
- String? fillPattern,
- List<double?>? fillTranslate,
- FillTranslateAnchor? fillTranslateAnchor}
)
Implementation
FillLayer({
required id,
visibility,
minZoom,
maxZoom,
slot,
required this.sourceId,
this.sourceLayer,
this.fillSortKey,
this.fillAntialias,
this.fillColor,
this.fillEmissiveStrength,
this.fillOpacity,
this.fillOutlineColor,
this.fillPattern,
this.fillTranslate,
this.fillTranslateAnchor,
}) : super(
id: id,
visibility: visibility,
maxZoom: maxZoom,
minZoom: minZoom,
slot: slot);