PixelExplosionAnimator constructor

PixelExplosionAnimator({
  1. double speed = 1.0,
  2. bool enableHueTilt = true,
  3. double hueTiltRange = .30,
  4. double saturationBoost = 1.1,
})

Implementation

PixelExplosionAnimator({
  this.speed = 1.0,
  this.enableHueTilt = true,
  this.hueTiltRange = .30,
  this.saturationBoost = 1.1,
});