UDropDownConfig constructor

UDropDownConfig({
  1. bool isSearchable = false,
})

Implementation

UDropDownConfig({
  this.isSearchable = false,
});