PdfViewer constructor
const
PdfViewer({})
Implementation
const PdfViewer({
super.key,
required this.filePath,
required this.pdfWidth,
required this.pdfHeight,
required this.width,
required this.height,
});