UPdfPageManagerPanel constructor
const
UPdfPageManagerPanel({
- required UPdfController viewer,
- required UPdfEditController editor,
- void onJump(
- int pageIndex
- Key? key,
Implementation
const UPdfPageManagerPanel({required this.viewer, required this.editor, this.onJump, super.key});