UPdfAnnotationsPanel constructor

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

Implementation

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