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