stagexl
stagexl
GraphicsCommandArc
radius
radius
stagexl
stagexl
GraphicsCommandArc
radius
property
radius
stagexl
stagexl
GraphicsCommandArc
Constructors
GraphicsCommandArc
Properties
antiClockwise
endAngle
graphics
hashCode
radius
runtimeType
startAngle
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(); }