BipPdfViewer constructor
const
BipPdfViewer({})
Implementation
const BipPdfViewer({
super.key,
required this.filePath,
this.title = 'PDF Viewer',
this.themeColor,
this.showPrint = true,
this.showThumbnails = true,
});