ParticlePathPreset class

Annotations

Constructors

ParticlePathPreset({required Path path, double? areaFactor})
const
ParticlePathPreset.custom(Path path, {double? areaFactor})
factory

Properties

areaFactor double?
final
hashCode int
The hash code for this object.
no setterinherited
path Path
final
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

circle ParticlePathPreset
final
snowflake ParticlePathPreset
final
star ParticlePathPreset
final

Static Methods

buildStarPath(Offset center, double outerRadius, int points, double innerRatio) Path