CodeNestNavigationBar constructor
const
CodeNestNavigationBar({
- Key? key,
- required List<
CodeNestNavigationBarItem> items, - required int selectedIndex,
- required ValueChanged<
int> onDestinationSelected, - Color? selectedIconColor,
- Color? unselectedIconColor,
- TextStyle? selectedLabelTextStyle,
- TextStyle? unselectedLabelTextStyle,
- Color? backgroundColor,
- double? elevation,
- NavigationDestinationLabelBehavior? labelBehavior,
Implementation
const CodeNestNavigationBar({
super.key,
required this.items,
required this.selectedIndex,
required this.onDestinationSelected,
this.selectedIconColor,
this.unselectedIconColor,
this.selectedLabelTextStyle,
this.unselectedLabelTextStyle,
this.backgroundColor,
this.elevation,
this.labelBehavior,
});