InfinityPageView constructor
InfinityPageView({
- Key? key,
- required IndexedWidgetBuilder itemBuilder,
- required int itemCount,
- InfinityPageController? controller,
- ScrollPhysics? physics,
- ValueChanged<
int> ? onPageChanged, - Axis scrollDirection = Axis.horizontal,
- bool reverse = false,
- bool pageSnapping = true,
constructor
Implementation
InfinityPageView({
Key? key,
required this.itemBuilder,
required this.itemCount,
this.controller,
this.physics,
this.onPageChanged,
this.scrollDirection = Axis.horizontal,
this.reverse = false,
this.pageSnapping = true,
});