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