XTabItem constructor
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,
Implementation
XTabItem(
this.idx,
this.caption,
this.key, {
this.itemClass,
this.isViewed,
this.xElencoToView,
this.schNameToOpen,
this.icon,
this.image_Icon,
this.content,
this.color_backGroundTab,
this.color_backGroundTab_Activate,
this.iconColor_Active,
this.iconColor_Disabled,
this.labelColor_Active,
this.labelColor_Disabled,
});