FillLayer constructor

FillLayer(
  1. {required dynamic id,
  2. dynamic visibility,
  3. dynamic minZoom,
  4. dynamic maxZoom,
  5. dynamic slot,
  6. required String sourceId,
  7. String? sourceLayer,
  8. double? fillSortKey,
  9. bool? fillAntialias,
  10. int? fillColor,
  11. double? fillEmissiveStrength,
  12. double? fillOpacity,
  13. int? fillOutlineColor,
  14. String? fillPattern,
  15. List<double?>? fillTranslate,
  16. 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);