dependencies/flutter_animate/src/effects/swap_effect library
Classes
- SwapEffect
- An effect that swaps out the incoming child for a new child at a particular point in time. This includes all preceding effects. 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
- SwapEffectExtensions on T
- Adds SwapEffect related extensions to AnimateManager.