PdfViewerScreen constructor

const PdfViewerScreen({
  1. required String pdfUrl,
  2. Key? key,
})

Implementation

const PdfViewerScreen({required this.pdfUrl, super.key});