MotionParticleBackground constructor

const MotionParticleBackground({
  1. Key? key,
  2. Color? particleColor,
  3. Widget? child,
})

Implementation

const MotionParticleBackground({
  super.key,
  this.particleColor,
  this.child,
});