DefaultParticleFactory class
- Implemented types
Constructors
- DefaultParticleFactory({required Random random, required double maxSpeed, required double maxSize, required Color color})
Properties
Methods
-
createParticle(
Size size) → Particle -
Creates a new particle within specified bounds.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited