menu
genai_components package
documentation
widgets/cl_pdf_viewer.widget.dart
CLPdfViewer
CLPdfViewer.new const constructor
CLPdfViewer.new const constructor
dark_mode
light_mode
CLPdfViewer
constructor
const
CLPdfViewer
(
{
Key
?
key
,
required
String
pdfUrl
,
Future
<
void
>
onDownload
()?,
})
Implementation
const CLPdfViewer({ super.key, required this.pdfUrl, this.onDownload, });
genai_components package
documentation
widgets/cl_pdf_viewer.widget
CLPdfViewer
CLPdfViewer.new const constructor
CLPdfViewer class