ParticlePathPreset.custom constructor

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

Implementation

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