dependencies/flutter_animate/src/effects/box_shadow_effect library

Classes

BoxShadowEffect
An effect that animates a BoxShadow between begin and end (via DecoratedBox). A value of null for either will be interpreted as a shadow that matches the other shadow but with a zero offset and blurRadius. You can also specify a borderRadius that defines rounded corners for the shadow. Defaults to begin=null, end=BoxShadow(color: Color(0x80000000), blurRadius: 8.0, offset: Offset(0.0, 4.0))

Extensions

BoxShadowEffectExtensions on T
Adds BoxShadowEffect related extensions to AnimateManager.