ImageParticle constructor
Creates an ImageParticle with the given image and optional color.
imageis required and represents the particle's visual content.colorcan be used to apply a color filter to the particle.
Implementation
ImageParticle({required this.image, this.color});