AnimationCard constructor

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

Implementation

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