BottomNavItemInfo constructor

BottomNavItemInfo({
  1. String? title,
  2. IconData? icon,
  3. String? imgUrl,
  4. IconData? activeIcon,
  5. String? activeImgUrl,
})

Implementation

BottomNavItemInfo({this.title, this.icon,this.imgUrl, this.activeIcon,this.activeImgUrl});