isFirstPage property

bool isFirstPage

当前是否是第一页

Implementation

bool get isFirstPage {
  return _currentPage == _initPage;
}