models/spoiler_configs library

Configuration models for spoiler effects (particles, shaders, masks, fades).

Classes

FadeConfig
ParticleConfig
ParticlePathPreset
ShaderConfig
SpoilerConfig
Configuration for the spoiler effect.
SpoilerMask
Configuration for applying a mask to the spoiler effect.

Typedefs

ShaderCallback = List<double> Function(Rect rect, double time, double seed, Offset fadeCenter, bool isFading, double fadeRadius, SpoilerConfig config)