DashedLinePainter({ this.dashWidth = 5.0, this.dashSpace = 3.0, required Color color, }) : linePaint = Paint() ..color = color ..strokeWidth = 2.0;