FillLayer constructor
FillLayer(- {required String id,
- Visibility? visibility,
- double? minZoom,
- double? maxZoom,
- String? 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 String id,
Visibility? visibility,
double? minZoom,
double? maxZoom,
String? 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);