PageFlipImage constructor
const
PageFlipImage({})
Implementation
const PageFlipImage({
Key? key,
required this.amount,
this.image,
this.backgroundColor = const Color(0xFFFFFFCC),
this.isRightSwipe = false,
}) : super(key: key);