CustomBottomNavBar constructor
const
CustomBottomNavBar({
- Key? key,
- required List<
NavigationItem> items, - Color? backgroundColor,
- Color? selectedItemColor,
- Color? unselectedItemColor,
- double? elevation,
- BottomNavigationBarType? type,
- double? selectedFontSize,
- double? unselectedFontSize,
- bool? showSelectedLabels,
- bool? showUnselectedLabels,
- IconThemeData? selectedIconTheme,
- IconThemeData? unselectedIconTheme,
- EdgeInsetsGeometry? itemPadding,
- EdgeInsetsGeometry? margin,
Implementation
const CustomBottomNavBar({
super.key,
required this.items,
this.backgroundColor,
this.selectedItemColor,
this.unselectedItemColor,
this.elevation,
this.type,
this.selectedFontSize,
this.unselectedFontSize,
this.showSelectedLabels,
this.showUnselectedLabels,
this.selectedIconTheme,
this.unselectedIconTheme,
this.itemPadding,
this.margin,
});