DrawerDropdownButtonWidget constructor
      
      DrawerDropdownButtonWidget({})
     
    
    
Implementation
DrawerDropdownButtonWidget(
    {required this.app,
    this.privilegeLevel,
    this.value,
    this.trigger,
    this.optional,
    super.key});