ParticleManager class

Constructors

ParticleManager()

Properties

bounds Rect
no setter
config SpoilerConfiguration
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
particles List<Particle>
final
path Path
getter/setter pair
rng Random
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFarthestPoint(Offset center) Offset
init(Path path, SpoilerConfiguration config) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateParticles() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited