const TabWithSidebar({ Key? key, this.restorationId, required this.mainView, required this.sidebarItems, }) : super(key: key);