DrawerItem constructor

const DrawerItem({
  1. String label = "",
  2. required Icon icon,
})

Creates an instance of DrawerItem

Implementation

const DrawerItem({
  this.label = "",
  required this.icon,
});