const TabBarWidget({ Key? key, required this.title, required this.tabs, required this.children, }) : super(key: key);