BottomMenuItem constructor

BottomMenuItem(
  1. String title,
  2. String subtitle,
  3. IconData icon,
  4. String appRoute,
)

Implementation

BottomMenuItem(this.title, this.subtitle, this.icon, this.appRoute);