CustomDropDown<T> constructor
const
CustomDropDown<T> ({})
Implementation
const CustomDropDown({
super.key,
required this.selectedValue,
required this.onChangeCallback,
required this.items,
required this.label,
this.isMandatory = false,
});