XTabItem constructor

XTabItem(
  1. int idx,
  2. String caption,
  3. String key, {
  4. XFDataItem? itemClass,
  5. bool? isViewed,
  6. XElenco<StatefulWidget, XFDataItem>? xElencoToView,
  7. String? schNameToOpen,
  8. IconData? icon,
  9. Uint8List? image_Icon,
  10. Widget? content,
  11. Color? color_backGroundTab,
  12. Color? color_backGroundTab_Activate,
  13. Color? iconColor_Active,
  14. Color? iconColor_Disabled,
  15. Color? labelColor_Active,
  16. 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,
});