itemBuilder property
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;
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.
final ExtendedIndexedWidgetBuilder? itemBuilder;