ShapeExplodeOutAnimator constructor
ShapeExplodeOutAnimator({})
Implementation
ShapeExplodeOutAnimator({
this.particleCount = 18,
this.circleRadius = 6,
this.tailFactor = 3,
this.explosionScale = .7,
this.useUniformAngle = true,
//
this.enableHueTilt = false,
this.hueTiltRange = .35,
this.saturationBoost = 1.1,
});