XPopUpMenuItem constructor

XPopUpMenuItem({
  1. Color? color,
  2. dynamic onPressed(
    1. BuildContext,
    2. dynamic
    )?,
  3. String? title,
  4. IconData? icon,
  5. Image? iconImage,
  6. String? toolTip_Message,
})

Implementation

XPopUpMenuItem({
  this.color,
  this.onPressed,
  this.title,
  this.icon,
  this.iconImage,
  this.toolTip_Message,
});