UPdfPageManagerPanel constructor

const UPdfPageManagerPanel({
  1. required UPdfController viewer,
  2. required UPdfEditController editor,
  3. void onJump(
    1. int pageIndex
    )?,
  4. Key? key,
})

Implementation

const UPdfPageManagerPanel({required this.viewer, required this.editor, this.onJump, super.key});