ExtendedPageView constructor
ExtendedPageView({
- Key? key,
- Axis scrollDirection = Axis.horizontal,
- bool reverse = false,
- PageController? controller,
- ScrollPhysics? physics,
- bool pageSnapping = true,
- ValueChanged<
int> ? onPageChanged, - List<
Widget> children = const <Widget>[], - 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({
super.key,
super.scrollDirection = Axis.horizontal,
super.reverse = false,
super.controller,
super.physics,
super.pageSnapping = true,
super.onPageChanged,
super.children = const <Widget>[],
super.dragStartBehavior = DragStartBehavior.start,
super.allowImplicitScrolling = false,
super.restorationId,
super.clipBehavior = Clip.hardEdge,
super.scrollBehavior,
super.padEnds = true,
this.cacheExtent = 0,
this.shouldIgnorePointerWhenScrolling = true,
});