PdfReader constructor
const
PdfReader({
- Key? key,
- required String pdfPath,
- PdfControllerPinch? controller,
- Axis scrollDirection = Axis.vertical,
- void onPageChanged()?,
- void onDocumentLoaded()?,
- void onDocumentError()?,
Implementation
const PdfReader({
super.key,
required this.pdfPath,
this.controller,
this.scrollDirection = Axis.vertical,
this.onPageChanged,
this.onDocumentLoaded,
this.onDocumentError,
});