currentPage property
int
get
currentPage
The index of the currently visible page.
Implementation
int get currentPage => _state?._pageController.page?.round() ?? 0;
The index of the currently visible page.
int get currentPage => _state?._pageController.page?.round() ?? 0;