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