AnimatableSCF<T> extension

Supercharged Flutter extension on Animatable objects.

on

Methods

animatedBy(AnimationController controller) Animation<T>
Assigns this to an AnimationController specified by controller that computes the animation.
curved(Curve curve) Animatable<T>
Applies non-linear animation behavior like acceleration by providing a transformation curve. You can find many predefined curves in Curves.