SelectOptionConfig<K, V> constructor
const
SelectOptionConfig<K, V> ({})
Implementation
const SelectOptionConfig({
this.prefixIcon,
this.handler,
this.viewHandler,
this.resultFilter,
this.isDisabled = false,
this.isRequired,
});