Default value for paint.
static final defaultPaint = Paint() ..strokeWidth = 2 ..color = const Color(0xFF000000) ..style = PaintingStyle.stroke ..strokeCap = StrokeCap.round;