ArcOp constructor

ArcOp(
  1. Rect bounds,
  2. double startAngle,
  3. double sweepAngle,
  4. double width,
)

Implementation

ArcOp(this.bounds, this.startAngle, this.sweepAngle, this.width);