PagedPageView<PageKeyType, T extends PagingItem> constructor
const
PagedPageView<PageKeyType, T extends PagingItem> ({
- required PagedChildBuilderDelegate<
T> builderDelegate, - bool addAutomaticKeepAlives = true,
- bool addRepaintBoundaries = true,
- bool addSemanticIndexes = true,
- bool allowImplicitScrolling = false,
- String? restorationId,
- PageController? pageController,
- ScrollBehavior? scrollBehavior,
- Axis scrollDirection = Axis.horizontal,
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- Clip clipBehavior = Clip.hardEdge,
- bool reverse = false,
- ScrollPhysics? physics,
- void onPageChanged()?,
- bool pageSnapping = true,
- bool padEnds = true,
- bool shrinkWrapFirstPageIndicators = false,
- PagedChildStatusBuilderDelegate<
PagingItem> ? statusBuilderDelegate, - required PagingDataController<
dynamic, PagingItem> pagingDataController, - bool? persistent,
- bool? forceUseInitData,
- Key? key,
Implementation
const PagedPageView({
required this.builderDelegate,
this.addAutomaticKeepAlives = true,
this.addRepaintBoundaries = true,
this.addSemanticIndexes = true,
this.allowImplicitScrolling = false,
this.restorationId,
this.pageController,
this.scrollBehavior,
this.scrollDirection = Axis.horizontal,
this.dragStartBehavior = DragStartBehavior.start,
this.clipBehavior = Clip.hardEdge,
this.reverse = false,
this.physics,
this.onPageChanged,
this.pageSnapping = true,
this.padEnds = true,
this.shrinkWrapFirstPageIndicators = false,
this.statusBuilderDelegate,
required this.pagingDataController,
this.persistent,
this.forceUseInitData,
super.key,
});