TabItem constructor
const
TabItem({})
Implementation
const TabItem({
super.key,
required this.tabTitle,
this.isDisplayCount = false,
this.listItemCount,
this.isSelected = true,
this.countBackgroundColor,
this.countTextColor,
this.countTextSize,
this.countCircleRadius,
});