CodeNestNavigationRail constructor
const
CodeNestNavigationRail({
- Key? key,
- required List<
CodeNestRailItem> items, - required int selectedIndex,
- required ValueChanged<
int> onDestinationSelected, - Color? selectedIconColor,
- Color? unselectedIconColor,
- TextStyle? selectedLabelTextStyle,
- TextStyle? unselectedLabelTextStyle,
Implementation
const CodeNestNavigationRail({
super.key,
required this.items,
required this.selectedIndex,
required this.onDestinationSelected,
this.selectedIconColor,
this.unselectedIconColor,
this.selectedLabelTextStyle,
this.unselectedLabelTextStyle,
});