SymbolIcon class

Implemented types

Constructors

SymbolIcon.new({required List<NPoint> path, SymbolStyle? style, int? radius, String? fillColor, int? fillOpacity, String? strokeColor, NStrokeStyle? strokeStyle, int? strokeWeight, int? strokeOpacity, NPoint? anchor})
const

Properties

anchor NPoint?
final
fillColor String?
final
fillOpacity int?
final
hashCode int
The hash code for this object.
no setterinherited
path List<NPoint>
final
radius int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeColor String?
final
strokeOpacity int?
final
strokeStyle NStrokeStyle?
final
strokeWeight int?
final
style SymbolStyle?
final

Methods

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

Operators

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