Star class

N角星形图案

Implemented types

Constructors

Star(Offset center, num count, num ir, num or, {num angleOffset = 0, bool inside = false})

Properties

angleOffset num
final
center Offset
final
count num
latefinal
hashCode int
The hash code for this object.
no setterinherited
inside bool
是否朝内 true时为圆内螺线 false 为凸形 且当为 true时,ir将无效
final
ir num
final
or num
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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