endAngle property

double? endAngle
getter/setter pair

The end angle of the plane.

Note that for a canvas angle, zero radian is horizontally right toward from the center and positive is clockwise.

If null, a default 3 * pi / 2 is set.

Implementation

double? endAngle;