realPage property

int realPage
getter/setter pair

The actual index of the PageView.

This value can be ignored unless you know the carousel will be scrolled backwards more then 10000 pages. Defaults to 10000 to simulate infinite backwards scrolling.

Implementation

int realPage = 10000;