Returns the current page index.
int get pageIndex => _pageIndex;
set pageIndex(int i) => navigate(pageIndex: i);