class DrawerMenuItem { String icon; String title; String routeName; DrawerMenuItem(this.icon, this.title, this.routeName); }