DrawerItem constructor

const DrawerItem(
  1. String title,
  2. IconData icon
)

Implementation

const DrawerItem(this.title, this.icon);