ParallaxWidget constructor

ParallaxWidget(
  1. Widget parlWidget,
  2. double height,
  3. double width, {
  4. Key? key,
})

Implementation

ParallaxWidget(this.parlWidget, this.height, this.width, {Key? key}) : super(key: key);