tabRoute method

String tabRoute([
  1. int tabIndex = 0
])

Returns the route for the specified tab index.

Implementation

String tabRoute([int tabIndex = 0]) => hasTabs ? tabs[tabIndex].tabRoute : "";