HalfPainter constructor
Creates a HalfPainter.
paintColor defines the color of the arc.
height defines the height of the arc portion.
outline defines the thickness of the border/outline.
Implementation
HalfPainter(this.paintColor, this.height, {this.outline = 10}) {
arcPaint = Paint()..color = paintColor;
}