CustomDropdown constructor
const
CustomDropdown({})
Implementation
const CustomDropdown({
super.key,
this.label,
this.isRequired = false,
this.dropdownColor,
required this.items,
required this.controller,
}) : assert(!(isRequired == true && label == null),
'Please, you have to add label in order to be able to use isRequired');