CommonPdfViewer constructor

CommonPdfViewer({
  1. required String pdfUrl,
  2. dynamic pdfName,
})

Implementation

CommonPdfViewer({required this.pdfUrl, this.pdfName});