PopMenuConfig constructor

PopMenuConfig({
  1. bool? enableForward,
  2. bool? enableCopy,
  3. bool? enableReply,
  4. bool? enablePin,
  5. bool? enableMultiSelect,
  6. bool? enableCollect,
  7. bool? enableDelete,
  8. bool? enableRevoke,
  9. bool? enableVoiceSwitch,
})

Implementation

PopMenuConfig({
  this.enableForward,
  this.enableCopy,
  this.enableReply,
  this.enablePin,
  this.enableMultiSelect,
  this.enableCollect,
  this.enableDelete,
  this.enableRevoke,
  this.enableVoiceSwitch,
});