BottomBarItem constructor

BottomBarItem(
  1. IconData icon,
  2. double height,
  3. String label,
  4. VoidCallback onTap,
  5. Color color,
  6. AnimationController controller,
  7. double radius,
)

Implementation

BottomBarItem(this.icon, this.height, this.label, this.onTap, this.color,
    this.controller, this.radius);