XTabItem class

Constructors

XTabItem(int idx, String caption, String key, {XFDataItem? itemClass, bool? isViewed, XElenco<StatefulWidget, XFDataItem>? xElencoToView, String? schNameToOpen, IconData? icon, Uint8List? image_Icon, Widget? content, Color? color_backGroundTab, Color? color_backGroundTab_Activate, Color? iconColor_Active, Color? iconColor_Disabled, Color? labelColor_Active, Color? labelColor_Disabled})

Properties

caption String
final
color_backGroundTab Color?
final
color_backGroundTab_Activate Color?
final
content Widget?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
final
iconColor_Active Color?
final
iconColor_Disabled Color?
final
idx int
getter/setter pair
image_Icon Uint8List?
final
isViewed bool?
final
itemClass → XFDataItem?
final
key String
getter/setter pair
labelColor_Active Color?
final
labelColor_Disabled Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schNameToOpen String?
final
xElencoToView XElenco<StatefulWidget, XFDataItem>?
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