DashedLinePainter constructor
DashedLinePainter({})
Implementation
DashedLinePainter({
required this.color,
required this.dashLength,
required this.dashGap,
required this.lineWith,
required this.direction,
});