OptimusDropdownEmbeddedSearch constructor

const OptimusDropdownEmbeddedSearch({
  1. Key? key,
  2. String? placeholder,
  3. ValueSetter<String>? onTextChanged,
  4. String initialValue = '',
  5. bool isClearEnabled = true,
})

Implementation

const OptimusDropdownEmbeddedSearch({
  super.key,
  this.placeholder,
  this.onTextChanged,
  this.initialValue = '',
  this.isClearEnabled = true,
});