DashedDecoration.animated constructor
const
DashedDecoration.animated({})
Creates an animated dashed decoration with marching ants effect.
Implementation
const DashedDecoration.animated({
this.gradient,
this.color,
this.step = 2.0,
this.span = 2.0,
this.pointCount = 0,
this.pointWidth,
this.radius,
this.strokeWidth = 1.0,
required this.animationOffset,
this.enableCaching = true,
}) : dashPattern = null;