ModulaBottomNavigationBar constructor
const
ModulaBottomNavigationBar({
- required List<
ModulaBottomNavItem> items, - Key? key,
- int currentIndex = 0,
- ValueChanged<
int> ? onTap, - Color? selectedColor,
- Color? unselectedColor,
- Color? backgroundColor,
- double elevation = 8,
- ModulaBottomNavType type = ModulaBottomNavType.fixed,
- bool showLabels = true,
Implementation
const ModulaBottomNavigationBar({
required this.items,
super.key,
this.currentIndex = 0,
this.onTap,
this.selectedColor,
this.unselectedColor,
this.backgroundColor,
this.elevation = 8,
this.type = ModulaBottomNavType.fixed,
this.showLabels = true,
});