navigation_tool
library
Functions
bottomNavigationBarItem ({required List tabsBottomNavBar , required List <Widget > iconsBottomNavBar , List <String > ? labelsBottomNavBar , List <String > ? tooltipItemBottomNavBar , List <Widget > ? selectedIconBottomNavBar , List <Widget > ? badgeContent , List <Color > ? badgeColor , List <bool > ? badgeShow })
→ List <NavigationDestination >
Items of the bottom navigation bar, such as icon, label, backgroundColor etc.
Bottom navigation bar items will be generate based on the length of the tabs
navigationRailDestination ({required List navRailTabs , required List <Widget > navRailIcons , required List <Widget > navRailLabels , EdgeInsetsGeometry ? padding , List <Widget > ? selectedIcon , bool ? navRailExtended , List <Widget > ? badgeContent , List <Color > ? badgeColor , List <bool > ? badgeShow })
→ List <NavigationRailDestination >
Navigation rail destination which has icons, label, selectedIcon and padding
Navigation rail items will be generate based on the length of the tabs