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 0is fully desaturated (ie. grayscale) and1is normal saturation. Values>1will oversaturate. Defaults tobegin=0, end=1.
Extensions
- SaturateEffectExtensions on T
- Adds SaturateEffect related extensions to AnimateManager.