ExtendedPageView.custom constructor
ExtendedPageView.custom({
- Key? key,
- Axis scrollDirection = Axis.horizontal,
- bool reverse = false,
- PageController? controller,
- ScrollPhysics? physics,
- bool pageSnapping = true,
- ValueChanged<
int> ? onPageChanged, - required SliverChildDelegate childrenDelegate,
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- bool allowImplicitScrolling = false,
- String? restorationId,
- Clip clipBehavior = Clip.hardEdge,
- ScrollBehavior? scrollBehavior,
- bool padEnds = true,
- int cacheExtent = 0,
- bool shouldIgnorePointerWhenScrolling = true,
Implementation
ExtendedPageView.custom({
super.key,
super.scrollDirection = Axis.horizontal,
super.reverse = false,
super.controller,
super.physics,
super.pageSnapping = true,
super.onPageChanged,
required super.childrenDelegate,
super.dragStartBehavior = DragStartBehavior.start,
super.allowImplicitScrolling = false,
super.restorationId,
super.clipBehavior = Clip.hardEdge,
super.scrollBehavior,
super.padEnds = true,
this.cacheExtent = 0,
this.shouldIgnorePointerWhenScrolling = true,
}) : super.custom();