XAction constructor
XAction(
- String? key,
- int? idx,
- String? label, {
- dynamic cmd(
- XFDataItem?,
- void parentSetState(
- void ()
- BuildContext context
- String? toolTip,
- Color? background_Color,
- IconData? icon,
- bool leftORright = true,
- Color? icon_Color,
- Uint8List? icon_Image,
- Color? label_Color,
- double? width,
- double? height,
- double? icon_Size,
- TextStyle? label_Style,
- Widget? child,
- bool autoClose = false,
- bool fastAction = false,
- 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,
});