PdfViewer constructor
PdfViewer({})
Implementation
PdfViewer({
required this.src,
this.title,
this.controller,
this.showToolbar = true,
this.className,
this.dartStyle,
this.fallback,
this.loadingWidget,
});