getAnimatedView method

Widget getAnimatedView(
  1. Widget child, {
  2. AnimationController? controller,
})

Implementation

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