childrenDelegate property

SliverChildDelegate childrenDelegate
finalinherited

A delegate that provides the children for the _PageView.

The PageView.custom constructor lets you specify this delegate explicitly. The _PageView and PageView.builder constructors create a childrenDelegate that wraps the given List and IndexedWidgetBuilder, respectively.

Implementation

final SliverChildDelegate childrenDelegate;