endPoint property
The point at the end of the arc
Implementation
Point get endPoint =>
Point(center.x + radius * cos(endAngle), center.y + radius * sin(endAngle));
The point at the end of the arc
Point get endPoint =>
Point(center.x + radius * cos(endAngle), center.y + radius * sin(endAngle));