ParticlePathPreset constructor

const ParticlePathPreset({
  1. required Path path,
  2. double? areaFactor,
})

Implementation

const ParticlePathPreset({
  required this.path,
  this.areaFactor,
});