CustomNavBarFourItemOnly constructor
const
CustomNavBarFourItemOnly({})
Implementation
const CustomNavBarFourItemOnly({
Key? key,
this.onTap,
this.selectedColor,
this.unSelectedColor,
required this.iconNav,
required this.textNav, this.currentIndex =0,
}) : super(key: key);