getAnimatedView method
Implementation
Widget getAnimatedView(Widget child, {AnimationController? controller}) =>
AnimationView(this, child);
Widget getAnimatedView(Widget child, {AnimationController? controller}) =>
AnimationView(this, child);