CuReBottomNavigationBar constructor
const
CuReBottomNavigationBar({
- Key? key,
- required List<
CuReBottomNavigationBarItem> items, - dynamic onTap()?,
- required int currentIndex,
- Color? backgroundColor,
- Color? selectedColor,
- Color? unselectedColor,
- bool? showSelectedLabel = true,
- bool? showUnselectedLabel,
- bool? horizontalLayout = true,
- CuReShape? shape = CuReShape.rounded,
Implementation
const CuReBottomNavigationBar(
{super.key,
required this.items,
this.onTap,
required this.currentIndex,
this.backgroundColor,
this.selectedColor,
this.unselectedColor,
this.showSelectedLabel = true,
this.showUnselectedLabel,
this.horizontalLayout = true,
this.shape = CuReShape.rounded});