isFirstPage property
      
      bool
      get
      isFirstPage
      
    
    
Indicates whether the new page in the SfPdfViewer is the first page or not.
Implementation
bool get isFirstPage {
  return _isFirstPage;
}Indicates whether the new page in the SfPdfViewer is the first page or not.
bool get isFirstPage {
  return _isFirstPage;
}