drawPath method

  1. @override
void drawPath(
  1. Path path
)
override

Draws this segment on a path.

Implementation

@override
void drawPath(Path path) => path.arcToPoint(end,
    radius: radius,
    rotation: rotation,
    largeArc: largeArc,
    clockwise: clockwise);