DrawerMenu constructor

DrawerMenu({
  1. required Widget icon,
  2. required String title,
  3. Widget? screen,
})

Implementation

DrawerMenu({required this.icon, required this.title, this.screen});