CustomDropdown constructor
const
CustomDropdown({})
Implementation
const CustomDropdown({
Key? key,
required this.selectedValue,
required this.title,
required this.onChanged,
required this.items,
required this.hint,
this.errorText,
}) : super(key: key);