startPoint property

Point get startPoint

The point at the start of the arc

Implementation

Point get startPoint =>
    Point(center.x + radius * cos(startAngle), center.y + radius * sin(startAngle));