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 String id,
Visibility? visibility,
List<Object>? visibilityExpression,
List<Object>? filter,
double? minZoom,
double? maxZoom,
String? slot,
required String this.sourceId,
String? this.sourceLayer,
List<String?>? this.clipLayerScope,
List<Object>? this.clipLayerScopeExpression,
List<String?>? this.clipLayerTypes,
List<Object>? this.clipLayerTypesExpression,
}) : super(
id: id,
visibility: visibility,
visibilityExpression: visibilityExpression,
filter: filter,
maxZoom: maxZoom,
minZoom: minZoom,
slot: slot);