animate abstract method

Widget animate(
  1. BuildContext context,
  2. Animation<double> animation,
  3. Animation<double> secondaryAnimation,
  4. Widget child,
)

Implementation

Widget animate(BuildContext context, Animation<double> animation,
    Animation<double> secondaryAnimation, Widget child);