DropdownButtonComponent constructor
      
      DropdownButtonComponent({})
     
    
    
Implementation
DropdownButtonComponent(
    {required this.app,
    this.componentId,
    this.privilegeLevel,
    this.value,
    this.trigger,
    this.optional});