menu
flame package
documentation
particles.dart
RotatingParticle
RotatingParticle constructor
RotatingParticle constructor
dark_mode
light_mode
RotatingParticle
constructor
RotatingParticle
(
{
required
Particle
child
,
double
from
=
0
,
double
to
=
2 * pi
,
double
?
lifespan
,
})
Implementation
RotatingParticle({ required this.child, this.from = 0, this.to = 2 * pi, super.lifespan, });
flame package
documentation
particles
RotatingParticle
RotatingParticle constructor
RotatingParticle class