itemCount property
Providing a non-null itemCount lets the PageView compute the maximum scroll extent.
itemBuilder will be called only with indices greater than or equal to zero and less than itemCount.
Implementation
final int itemCount;
Providing a non-null itemCount lets the PageView compute the maximum scroll extent.
itemBuilder will be called only with indices greater than or equal to zero and less than itemCount.
final int itemCount;