dependencies/flutter_animate/src/effects/custom_effect library
Classes
- CustomEffect
- Provide an easy way to add custom animated effects via a builder method that accepts a BuildContext, target child, and calculated animation value between begin and end.
Extensions
- CustomEffectExtensions on T
- Adds CustomEffect related extensions to AnimateManager.
Typedefs
- CustomEffectBuilder = Widget Function(BuildContext context, double value, Widget child)