currentPage property
int?
get
currentPage
Get the current page index.
Implementation
int? get currentPage => _state?._currentPage;
Get the current page index.
int? get currentPage => _state?._currentPage;