Return animated widget with provided animation.
@override Widget build(Animation<double> animation) { return ScaleTransition(scale: animation, child: child); }