HorizontalDashedLinePainter constructor
HorizontalDashedLinePainter({})
Implementation
HorizontalDashedLinePainter({
required this.color,
this.strokeWidth = 2.0,
this.dashLength = 5.0,
this.dashGapLength = 3.0,
});