XAction class

Constructors

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})

Properties

autoClose bool
getter/setter pair
background_Color Color?
getter/setter pair
child Widget?
Se Pieno l'action farà vedere questo child
getter/setter pair
cmd ↔ (dynamic Function(XFDataItem?, void parentSetState(void ()), BuildContext context)?)
getter/setter pair
fastAction bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
icon IconData?
getter/setter pair
icon_Color Color?
getter/setter pair
icon_Image Uint8List?
getter/setter pair
icon_Size double?
getter/setter pair
idx int?
getter/setter pair
isVertical_BTN bool
getter/setter pair
key String?
getter/setter pair
label String?
getter/setter pair
label_Color Color?
getter/setter pair
label_Style TextStyle?
getter/setter pair
leftORright bool
true = LEFT e false = RIGHT
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toolTip String?
getter/setter pair
width double?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited