DrawerItem constructor

DrawerItem(
  1. String code,
  2. String title,
  3. IconData icon,
  4. List<DrawerItem> subItems,
  5. bool expanded,
)

Implementation

DrawerItem(this.code, this.title, this.icon, this.subItems, this.expanded);