XMenuItem class

Constructors

XMenuItem(String key, {String? label, int? idx, Color? label_Color, Color? color_BTN, dynamic onPressed(XMenuItem)?, IconData? icon_BTN, Uint8List? image_Icon_BTN, XMenuGroup? parent})

Properties

active bool
uso futuro
getter/setter pair
color_BTN Color?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon_BTN IconData?
getter/setter pair
idx int?
getter/setter pair
image_Icon_BTN Uint8List?
getter/setter pair
key String
getter/setter pair
label String?
getter/setter pair
label_Color Color?
getter/setter pair
onPressed ↔ (dynamic Function(XMenuItem)?)
getter/setter pair
parent XMenuGroup?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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