setpageIndex property

set setpageIndex (int index)

Implementation

set setpageIndex(int index) {
  _pageIndex = index;
  notifyListeners();
}