Nav constructor

Nav(
  1. String label,
  2. IconData icon,
  3. NavBar bar
)

Implementation

Nav(this.label, this.icon, this.bar);