XMenuItem constructor

XMenuItem(
  1. String key, {
  2. String? label,
  3. int? idx,
  4. Color? label_Color,
  5. Color? color_BTN,
  6. dynamic onPressed(
    1. XMenuItem
    )?,
  7. IconData? icon_BTN,
  8. Uint8List? image_Icon_BTN,
  9. XMenuGroup? parent,
})

Implementation

XMenuItem(
  this.key, {
  this.label,
  this.idx,
  this.label_Color,
  this.color_BTN,
  this.onPressed,
  this.icon_BTN,
  this.image_Icon_BTN,
  this.parent,
});