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