DualParticleRayAnimator constructor
DualParticleRayAnimator({})
Implementation
DualParticleRayAnimator({
this.rayCount = 16,
this.rayLength = 70.0,
this.rayWidth = 2.2,
this.distanceFactor = 1.8, // Seberapa jauh rays dari tepi widget
this.randomizeRays = true,
this.glowIntensity = 0.8,
this.glowRadius = 4.0,
this.enableImplosion = true,
this.enableExplosion = true,
this.speedFactor = 1.5, // 1.5x lebih cepat dari normal
}) {
_initRays();
}