effects/custom_effect library
Classes
- CustomEffect
- Provide an easy way to add custom effects via a build method. For example, this would animate custom padding on the target from 0 to 40.
Extensions
Typedefs
- CustomEffectBuilder = Widget Function(BuildContext context, double value, Widget child)