DashedCirclePainter constructor

DashedCirclePainter({
  1. int dashes = _DefaultDashes,
  2. Color color = _DefaultColor,
  3. double gapSize = _DefaultGapSize,
  4. double strokeWidth = _DefaultStrokeWidth,
})

Implementation

DashedCirclePainter(
    {this.dashes = _DefaultDashes,
    this.color = _DefaultColor,
    this.gapSize = _DefaultGapSize,
    this.strokeWidth = _DefaultStrokeWidth});