itemBuilder property

ExtendedIndexedWidgetBuilder? itemBuilder
final

The widget item builder that will be used to build item on demand The third argument is the PageView's real index, can be used to cooperate with Hero.

Implementation

final ExtendedIndexedWidgetBuilder? itemBuilder;