AnimationCard constructor

AnimationCard({
  1. Widget? child,
  2. Animation<double>? animation,
  3. FlipDirection? direction,
})

Implementation

AnimationCard({this.child, this.animation, this.direction});