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