LocalPdfViewerPage constructor

const LocalPdfViewerPage({
  1. Key? key,
  2. String path = '',
  3. String? title,
  4. PdfSource pdfSource = PdfSource.isAsset,
})

Implementation

const LocalPdfViewerPage({
  super.key,
  this.path = '',
  this.title,
  this.pdfSource = PdfSource.isAsset,
});