XAction constructor

XAction(
  1. String? key,
  2. int? idx,
  3. String? label, {
  4. dynamic cmd(
    1. XFDataItem?,
    2. void parentSetState(
      1. void ()
      ),
    3. BuildContext context
    )?,
  5. String? toolTip,
  6. Color? background_Color,
  7. IconData? icon,
  8. bool leftORright = true,
  9. Color? icon_Color,
  10. Uint8List? icon_Image,
  11. Color? label_Color,
  12. double? width,
  13. double? height,
  14. double? icon_Size,
  15. TextStyle? label_Style,
  16. Widget? child,
  17. bool autoClose = false,
  18. bool fastAction = false,
  19. bool isVertical_BTN = true,
})

Implementation

XAction(
  this.key,
  this.idx,
  this.label, {
  this.cmd,
  this.toolTip,
  this.background_Color,
  this.icon,
  this.leftORright = true,
  this.icon_Color,
  this.icon_Image,
  this.label_Color,
  this.width,
  this.height,
  this.icon_Size,
  this.label_Style,
  this.child,
  this.autoClose = false,
  this.fastAction = false,
  this.isVertical_BTN = true,
});