CustomDropDown constructor
const
CustomDropDown({})
Implementation
const CustomDropDown({
super.key,
this.title,
required this.hintText,
required this.selectedItem,
required this.itemsList,
required this.onChanged,
this.validator,
this.borderRadius,
this.elevation,
this.fillColor,
this.padding,
this.style,
});