BottomNav.count constructor

BottomNav.count(
  1. String title,
  2. IconData icon,
  3. Color? color,
  4. bool badge,
  5. String badgeText,
)

Implementation

BottomNav.count(this.title, this.icon, this.color, this.badge, this.badgeText);