BottomNavItem constructor

const BottomNavItem({
  1. IconData? icon,
  2. String? label,
})

Implementation

const BottomNavItem({this.icon, this.label});