BottomNav constructor

BottomNav(
  1. String title,
  2. IconData icon,
  3. Color? color
)

Implementation

BottomNav(this.title, this.icon, this.color);