XMenuGroup class

Constructors

XMenuGroup(String key, {String? label, int? idx, Color? label_Color, Color? color_BTN, IconData? icon_BTN, Uint8List? image_Icon_BTN, dynamic expanded, required List<XMenuItem> items})

Properties

color_BTN Color?
getter/setter pair
expanded bool
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
items List<XMenuItem>
getter/setter pair
key String
getter/setter pair
label String?
getter/setter pair
label_Color Color?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addMenuItem(XMenuItem item) → dynamic
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