MagicDustAnimator constructor

MagicDustAnimator({
  1. double speed = 1.0,
  2. int particleCount = 40,
  3. double baseSize = 3,
  4. double areaScale = .7,
  5. double gravity = 20,
  6. bool enableHueTilt = true,
  7. double hueTiltRange = .30,
  8. double saturationBoost = 1.1,
})

Implementation

MagicDustAnimator({
  this.speed = 1.0,
  this.particleCount = 40,
  this.baseSize = 3,
  this.areaScale = .7,
  this.gravity = 20,
  this.enableHueTilt = true,
  this.hueTiltRange = .30,
  this.saturationBoost = 1.1,
});