GNDrawer constructor
      const
      GNDrawer({})
     
    
    
Implementation
const GNDrawer({
  super.key,
  required this.menuItems,
  this.footer,
  this.drawerWidth,
  this.shapeBorder,
  this.backgroundColor,
  this.elevation,
  this.drawerHeaderHeight,
  this.drawerHeaderWidth,
  this.isSearchField,
  this.imagePath = "",
  this.isImageShow = false,
});