XAction constructor
XAction(
- String label, {
- Icon? icon,
- IconData? iconData,
- bool checked = false,
- bool enable = true,
- Color? color,
- XActionDisplay? display,
- VoidCallback? action,
- XActionCallback? callback,
Implementation
XAction(this.label, {this.icon, this.iconData, this.checked = false, this.enable = true, this.color, this.display, this.action, this.callback});