ZebaParallax constructor
const
ZebaParallax({
- Key? key,
- required Widget child,
- required ScrollController controller,
- double offset = 0.3,
Implementation
const ZebaParallax({
super.key,
required this.child,
required this.controller,
this.offset = 0.3,
});