ArcPainter constructor

ArcPainter(
  1. Color? color,
  2. double width,
  3. double height
)

Implementation

ArcPainter(this.color, this.width, this.height);