FloatingParticle constructor

FloatingParticle(
  1. List<Color> colors,
  2. Size screenSize
)

Implementation

FloatingParticle(this.colors, this.screenSize) {
  reset();
}