@protected @override Paint get paint => Paint() ..style = PaintingStyle.stroke ..strokeCap = StrokeCap.round ..strokeJoin = StrokeJoin.round ..blendMode = BlendMode.clear ..strokeWidth = strokeWidth;