NiceLookup<T> constructor
const
NiceLookup<T> ({})
Implementation
const NiceLookup({
super.key,
required this.onSearch,
required this.itemLabel,
required this.columns,
this.value,
this.label,
this.hint,
this.errorText,
this.enabled = true,
this.onSelected,
});