KiteDropdown<T> constructor
const
KiteDropdown<T> ({})
Implementation
const KiteDropdown({
required this.items,
required this.itemLabel,
required this.onChanged,
super.key,
this.value,
this.label,
this.hint,
this.prefixIcon,
this.enabled = true,
this.sheetTitle,
});