tabFullRoute method

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

Returns the full route for the specified tab index.

Implementation

String tabFullRoute([int tabIndex = 0]) => hasTabs ? "$pageRoute/${tabRoute(tabIndex)}" : pageRoute;