XMenuGroup constructor

XMenuGroup(
  1. String key, {
  2. String? label,
  3. int? idx,
  4. Color? label_Color,
  5. Color? color_BTN,
  6. IconData? icon_BTN,
  7. Uint8List? image_Icon_BTN,
  8. dynamic expanded,
  9. required List<XMenuItem> items,
})

Implementation

XMenuGroup(
  this.key, {
  this.label,
  this.idx,
  this.label_Color,
  this.color_BTN,
  this.icon_BTN,
  this.image_Icon_BTN,
  expanded,
  required this.items,
});