isLastPage property
      
      bool
      get
      isLastPage
      
    
    
Indicates whether the new page in the SfPdfViewer is the last page or not.
Implementation
bool get isLastPage {
  return _isLastPage;
}Indicates whether the new page in the SfPdfViewer is the last page or not.
bool get isLastPage {
  return _isLastPage;
}