DashedLinePainter constructor

const DashedLinePainter({
  1. Color color = Colors.grey,
  2. required double strokeWidth,
})

Implementation

const DashedLinePainter({
  this.color = Colors.grey,
  required this.strokeWidth,
});