CPDFGlobalContextMenu constructor

const CPDFGlobalContextMenu({
  1. List<CPDFContextMenuItem<CPDFScreenShotMenuKey>> screenshot = const [CPDFContextMenuItem(CPDFScreenShotMenuKey.exit), CPDFContextMenuItem(CPDFScreenShotMenuKey.share)],
})

Implementation

const CPDFGlobalContextMenu({
  this.screenshot = const [
    CPDFContextMenuItem(CPDFScreenShotMenuKey.exit),
    CPDFContextMenuItem(CPDFScreenShotMenuKey.share),
  ],
});