const TabItem({ required this.icon, this.title, this.count, this.key, }) : assert(icon is IconData || icon is Widget, 'TabItem only support IconData and Widget');