ParticleFieldInit typedef

ParticleFieldInit = void Function(ParticleController controller)

Defines the signature for the function called when the ParticleField initializes.

Implementation

typedef ParticleFieldInit = void Function(
  ParticleController controller,
);