CPDFGlobalContextMenu constructor
const
CPDFGlobalContextMenu({
- List<
CPDFContextMenuItem< screenshot = const [CPDFContextMenuItem(CPDFScreenShotMenuKey.exit), CPDFContextMenuItem(CPDFScreenShotMenuKey.share)],CPDFScreenShotMenuKey> >
Implementation
const CPDFGlobalContextMenu({
this.screenshot = const [
CPDFContextMenuItem(CPDFScreenShotMenuKey.exit),
CPDFContextMenuItem(CPDFScreenShotMenuKey.share),
],
});