startAngle property
num
get
startAngle
Gets or sets the starting angle for a PathSegment of type PathSegment.Arc|Arc. Value must within the range: (0 <= value < 360).
Implementation
_i2.num get startAngle => _i4.getProperty(
this,
'startAngle',
);
set
startAngle
(num value)
Implementation
set startAngle(_i2.num value) {
_i4.setProperty(
this,
'startAngle',
value,
);
}