DashDecoration constructor

DashDecoration({
  1. Gradient? gradient,
  2. Color? color,
  3. double step = 2,
  4. double strokeWidth = 1,
  5. double span = 2,
  6. int pointCount = 0,
  7. double? pointWidth,
  8. Radius? radius,
})

Implementation

DashDecoration(
    {this.gradient,
      this.color,
      this.step = 2,
      this.strokeWidth =1 ,
      this.span = 2,
      this.pointCount = 0,
      this.pointWidth,
      this.radius});