PageFlipEffect constructor
PageFlipEffect({})
Implementation
PageFlipEffect({
required this.amount,
required this.image,
this.backgroundColor,
this.radius = 0.18,
required this.isRightSwipe,
}) : super(repaint: amount);