CommonPdfViewer constructor
CommonPdfViewer({
- required String pdfUrl,
- dynamic pdfName,
Implementation
CommonPdfViewer({required this.pdfUrl, this.pdfName});
CommonPdfViewer({required this.pdfUrl, this.pdfName});