JetTabRouterExtension extension
Helper extension for creating JetTab.router with common configurations.
- on
Methods
-
toJetBottomTabs(
{required List< String> tabs, Widget builder(BuildContext context, Widget child, )?, Color? indicatorColor, Color? selectedItemColor, Color? unselectedItemColor}) → JetTab -
Available on List<
Creates a JetTab.router with bottom navigation style.PageRouteInfo< , provided by the JetTabRouterExtension extensionObject?> > -
toJetScrollableTabs(
{required List< String> tabs, TabAlignment? tabAlignment = TabAlignment.center, Color? indicatorColor, Color? labelColor, Color? unselectedLabelColor, Widget builder(BuildContext context, Widget child)?}) → JetTab -
Available on List<
Creates a JetTab.router with scrollable tabs.PageRouteInfo< , provided by the JetTabRouterExtension extensionObject?> >