RootPainter(this.avatar, this.pathColor, this.strokeWidth) { _paint = Paint() ..color = pathColor! ..style = PaintingStyle.stroke ..strokeWidth = strokeWidth! ..strokeCap = StrokeCap.round; }