Returns the route for the specified tab index.
String tabRoute([int tabIndex = 0]) => hasTabs ? tabs[tabIndex].tabRoute : "";