MultipleDropDown constructor
      const
      MultipleDropDown({})
     
    
    
Implementation
const MultipleDropDown({
  Key? key,
  required this.values,
  required this.elements,
  this.placeholder,
  this.disabled = false,
}) : super(key: key);