currentPage property

Widget currentPage

Implementation

Widget get currentPage {
  return _pages[_pageIndex];
}