childrenDelegate property

SliverChildDelegate childrenDelegate
final

A delegate that provides the children for the ExtendedPageView.

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

Implementation

final SliverChildDelegate childrenDelegate;