SymbolPaint constructor

SymbolPaint({
  1. num? iconOpacity,
  2. String? iconColor,
  3. String? iconHaloColor,
  4. num? iconHaloWidth,
  5. num? iconHaloBlur,
  6. List<num>? iconTranslate,
  7. String? iconTranslateAnchor,
  8. num? textOpacity,
  9. String? textColor,
  10. String? textHaloColor,
  11. num? textHaloWidth,
  12. num? textHaloBlur,
  13. List<num>? textTranslate,
  14. 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,
});