SymbolStyle class

符号描述样式

Constructors

SymbolStyle({bool show = true, Symbol symbol = const CircleSymbol(), Size size = const Size(8, 8), double rotate = 0, Offset offset = Offset.zero})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
keepAspect bool
final
offset Offset
final
rotate double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
final
size Size
final
symbol Symbol
final

Methods

draw(Canvas canvas, Paint paint, Offset offset, {Size? size}) → void
draw2(Canvas canvas, Paint paint, List<Offset> offsets) → void
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