ParallaxFlowDelegate constructor
ParallaxFlowDelegate({
- required ScrollableState scrollable,
- required BuildContext listItemContext,
- required GlobalKey<
State< backgroundImageKey,StatefulWidget> > - double parallaxIntensity = 0.25,
- double fadeIntensity = 0,
- Axis axis = Axis.horizontal,
Implementation
ParallaxFlowDelegate({
required this.scrollable,
required this.listItemContext,
required this.backgroundImageKey,
this.parallaxIntensity = 0.25,
this.fadeIntensity = 0,
this.axis = Axis.horizontal,
}) : super(repaint: scrollable.position);