BottomIcon constructor

BottomIcon({
  1. Widget? selectedWidget,
  2. Widget? unselectedWidget,
  3. IconData? icon,
  4. String? title,
  5. Widget? badge,
  6. Color? badgeColor,
  7. bool? hideBottomNavigationBar,
})

Implementation

BottomIcon({
  this.selectedWidget,
  this.unselectedWidget,
  this.icon,
  this.title,
  this.badge,
  this.badgeColor,
  this.hideBottomNavigationBar,
});