SymbolPaint constructor
SymbolPaint({
- num? iconOpacity,
- String? iconColor,
- String? iconHaloColor,
- num? iconHaloWidth,
- num? iconHaloBlur,
- List<
num> ? iconTranslate, - String? iconTranslateAnchor,
- num? textOpacity,
- String? textColor,
- String? textHaloColor,
- num? textHaloWidth,
- num? textHaloBlur,
- List<
num> ? textTranslate, - String? textTranslateAnchor,
Implementation
SymbolPaint({
this.iconOpacity,
this.iconColor,
this.iconHaloColor,
this.iconHaloWidth,
this.iconHaloBlur,
this.iconTranslate,
this.iconTranslateAnchor,
this.textOpacity,
this.textColor,
this.textHaloColor,
this.textHaloWidth,
this.textHaloBlur,
this.textTranslate,
this.textTranslateAnchor,
});