stagexl
stagexl
GraphicsCommandCircle
radius
radius
stagexl
stagexl
GraphicsCommandCircle
radius
property
radius
stagexl
stagexl
GraphicsCommandCircle
Constructors
GraphicsCommandCircle
Properties
antiClockwise
graphics
hashCode
radius
runtimeType
x
y
Operators
operator ==
Methods
invalidate
noSuchMethod
toString
updateContext
double
radius
Source
double get radius => _radius;
void
radius=
(
double
value
)
Source
set radius(double value) { _radius = value; _invalidate(); }