CustomDropdown constructor
const
CustomDropdown({})
Implementation
const CustomDropdown({
super.key,
required this.label,
required this.value,
required this.items,
required this.onChanged,
this.itemBuilder,
this.errorText,
});