ParallaxArea constructor
ParallaxArea({
- Key? key,
- required Widget child,
- ScrollController? scrollController,
Implementation
ParallaxArea({Key? key, required this.child, this.scrollController})
: super(key: key);