const ParallaxWidget({ Key? key, this.translationFactor = 100.0, required this.child, }) : super(key: key);