Particles class

Built-in particle painters

This class provides easy access to all the built-in particle painters that can be used with ParticleEffect.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

all List<ParticlePainter>
All built-in particles
final
allCharacters List<ParticlePainter>
All built-in character particles
final
allEmojis List<ParticlePainter>
All built-in emoji particles
final
dot ParticlePainter
Dot character particle
final
fire ParticlePainter
Fire emoji particle
final
rightArrow ParticlePainter
Right arrow character particle
final
rocket ParticlePainter
Rocket emoji particle
final
sparkle ParticlePainter
Sparkle emoji particle
final
star ParticlePainter
Star emoji particle
final

Constants

allArrows → const List<ParticlePainter>
All built-in arrow particles
allCircles → const List<ParticlePainter>
All built-in circle particles
arrow → const ParticlePainter
Standard arrow particle
arrowLarge → const ParticlePainter
Large arrow particle
circle → const ParticlePainter
Small circular particle (3px radius)
circleLarge → const ParticlePainter
Large circular particle (8px radius)
circleMedium → const ParticlePainter
Medium circular particle (5px radius)