I have a page with a tabBar with 2 tabs. The page has a Floating Action Button and I want to open a different component depending on which tabBar page is active/being displayed. I was able to do it with a pageView by using the onPageLoad property and toggling a page state boolean to know the active page.. There seems to be no equivalent for tabBar pages.