ParticleConfig class

Annotations

Constructors

ParticleConfig({required double density, required double speed, required Color color, required double maxParticleSize, ParticlePathPreset? shapePreset, bool enableWaves = false, double maxWaveRadius = 0.0, int maxWaveCount = 3})
const
ParticleConfig.defaultConfig()
factory

Properties

areaFactor double
no setter
color Color
final
density double
Fraction of area covered by particles (0..1 => 0%..100%).
final
enableWaves bool
final
hashCode int
The hash code for this object.
no setteroverride
maxParticleSize double
final
maxWaveCount int
final
maxWaveRadius double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shapePreset ParticlePathPreset?
final
speed double
final

Methods

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.
override