Loads a PDF from a local device file path.
factory CustomPdfViewer.file(String path, {Key? key}) { return CustomPdfViewer._( key: key, source: path, sourceType: PdfSourceType.file, ); }