ShaderConfig.particles constructor

ShaderConfig.particles()

Implementation

factory ShaderConfig.particles() => const ShaderConfig(
      customShaderPath: 'packages/spoiler_widget/shaders/particles.frag',
      onGetShaderUniforms: _particleUniforms,
    );