SwiperCardWrapper constructor
const
SwiperCardWrapper({})
Implementation
const SwiperCardWrapper({
Key? key,
required this.child,
this.initialScale = 1,
this.initialYOffset = 0,
this.fire = false,
required this.animationController,
}) : super(key: key);