dependencies/flutter_animate/src/effects/crossfade_effect library

Classes

CrossfadeEffect
An effect that crossfades the incoming child (including preceeding effects) with a new widget (via Stack and FadeTransition). It uses a builder so that the effect can be reused, but note that the builder is only called once when the effect initially builds.

Extensions

CrossfadeEffectExtensions on T
Adds CrossfadeEffect related extensions to AnimateManager.