DashPathPainter constructor

DashPathPainter({
  1. required Paint mPaint,
  2. double? blankWidth,
  3. double? dashedWidth,
  4. double? borderRadius,
  5. BoxShape? boxShape,
})

Implementation

DashPathPainter({
  required this.mPaint,
  this.blankWidth,
  this.dashedWidth,
  this.borderRadius,
  this.boxShape,
});