LuxEffect.ping constructor

const LuxEffect.ping({
  1. Key? key,
  2. double size = 100,
  3. double thickness = 1,
  4. double repeats = 3,
  5. double scale = 4,
  6. double shimmer = 0.8,
  7. Color? color,
  8. double power = 2.5,
  9. double speed = 2,
})

Implementation

const LuxEffect.ping({
  super.key,
  this.size = 100,
  this.thickness = 1,
  this.repeats = 3,
  this.scale = 4,
  this.shimmer = 0.8,
  this.color,
  this.power = 2.5,
  this.speed = 2,
});