XArea class

Constructors

XArea(String key_Area, int idx_Area, Widget? widget_Area, {String? label_Area, IconData? icon_Area, Uint8List? imageIcon_Area, Color? color_Area, Color? color_AppBar})

Properties

color_AppBar Color?
getter/setter pair
color_Area Color?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon_Area IconData?
getter/setter pair
idx_Area int
getter/setter pair
imageIcon_Area Uint8List?
getter/setter pair
key_Area String
getter/setter pair
label_Area String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widget_Area Widget?
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