dependencies/flutter_animate/src/effects/saturate_effect library

Classes

SaturateEffect
An effect that animates the color saturation of the target. The begin and end values indicate the saturation level, where 0 is fully desaturated (ie. grayscale) and 1 is normal saturation. Values >1 will oversaturate. Defaults to begin=0, end=1.

Extensions

SaturateEffectExtensions on T
Adds SaturateEffect related extensions to AnimateManager.