UPdfViewer constructor
Implementation
const UPdfViewer({this.base64Pdf, this.bytes, this.url, this.filePath, super.key}) : assert(base64Pdf != null || bytes != null || url != null || filePath != null, "Provide one PDF source");
const UPdfViewer({this.base64Pdf, this.bytes, this.url, this.filePath, super.key}) : assert(base64Pdf != null || bytes != null || url != null || filePath != null, "Provide one PDF source");