PdfViewer constructor

PdfViewer(
  1. String pdfUrl,
  2. String fileName, {
  3. Key? key,
})

Implementation

PdfViewer(this.pdfUrl, this.fileName, {Key? key}) : super(key: key);