CustomDropdown constructor
const
CustomDropdown({})
Implementation
const CustomDropdown({
required this.title,
required this.options,
required this.name,
required this.onChanged,
this.selectedValue,
super.key,
});