ClipLayer constructor
ClipLayer({ - required String id,
- Visibility? visibility,
- List<Object>? visibilityExpression,
- List<Object>? filter,
- double? minZoom,
- double? maxZoom,
- String? slot,
- required String sourceId,
- String? sourceLayer,
- List<String?>? clipLayerScope,
- List<Object>? clipLayerScopeExpression,
- List<String?>? clipLayerTypes,
- List<Object>? clipLayerTypesExpression,
})
Implementation
ClipLayer({
required super.id,
super.visibility,
super.visibilityExpression,
super.filter,
super.minZoom,
super.maxZoom,
super.slot,
required this.sourceId,
this.sourceLayer,
this.clipLayerScope,
this.clipLayerScopeExpression,
this.clipLayerTypes,
this.clipLayerTypesExpression,
});