Creates a preset from a custom Path.
factory ParticlePathPreset.custom( Path path, { double? areaFactor, }) => ParticlePathPreset( path: path, areaFactor: areaFactor, );