const TTab({ this.icon, this.text, this.isEnabled = true, this.isActive = false, }) : assert(icon != null || text != null, 'Either icon or text must be provided');