DrawerItem2 constructor

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

Implementation

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