DashedDecoration.pattern constructor
const
DashedDecoration.pattern({})
Creates a dashed decoration with a custom dash pattern.
Implementation
const DashedDecoration.pattern({
this.gradient,
this.color,
required this.dashPattern,
this.radius,
this.strokeWidth = 1.0,
this.animationOffset = 0.0,
this.enableCaching = true,
}) : step = 0.0,
span = 0.0,
pointCount = 0,
pointWidth = null;