startAngle property
num
get
startAngle
Gets or sets the angle (in degrees, clockwise from the positive side of the X axis) of the first element.
The default value is 0.
Implementation
_i2.num get startAngle => _i4.getProperty(
this,
'startAngle',
);
set
startAngle
(num value)
Implementation
set startAngle(_i2.num value) {
_i4.setProperty(
this,
'startAngle',
value,
);
}