CPDFContextMenuItem<T> constructor

const CPDFContextMenuItem<T>(
  1. T key, {
  2. List<String>? subItems,
  3. String identifier = '',
  4. String title = '',
  5. String icon = '',
  6. CPDFContextMenuShowType showType = CPDFContextMenuShowType.text,
})

Implementation

const CPDFContextMenuItem(
  this.key, {
  this.subItems,
  this.identifier = '',
  this.title = '',
  this.icon = '',
  this.showType = CPDFContextMenuShowType.text,
});