BottomNavItem constructor

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

Implementation

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