UAnimationCard constructor

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

Implementation

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