SymbolPaint class

Constructors

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})

Properties

dict → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
iconColor String?
getter/setter pair
iconHaloBlur num?
getter/setter pair
iconHaloColor String?
getter/setter pair
iconHaloWidth num?
getter/setter pair
iconOpacity num?
getter/setter pair
iconTranslate List<num>?
getter/setter pair
iconTranslateAnchor String?
getter/setter pair
jsObject → dynamic
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor String?
getter/setter pair
textHaloBlur num?
getter/setter pair
textHaloColor String?
getter/setter pair
textHaloWidth num?
getter/setter pair
textOpacity num?
getter/setter pair
textTranslate List<num>?
getter/setter pair
textTranslateAnchor String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited