ParallaxArea constructor

ParallaxArea({
  1. Key? key,
  2. required Widget child,
  3. ScrollController? scrollController,
})

Implementation

ParallaxArea({Key? key, required this.child, this.scrollController})
    : super(key: key);