ParticularLayer constructor

ParticularLayer({
  1. required Image texture,
  2. required ParticularConfigs configs,
  3. dynamic onFinished()?,
})

Creates a new instance of the ParticularLayer class.

Implementation

ParticularLayer(
    {required this.texture, required this.configs, this.onFinished});