CustomLinePainter constructor
CustomLinePainter({})
Implementation
CustomLinePainter(
{required this.axis,
required this.color,
required this.dashSpace,
required this.dashWidth,
required this.strokeWidth});