CustomDropdownButton constructor
const
CustomDropdownButton({})
Implementation
const CustomDropdownButton({
required this.value,
this.items,
required this.onChanged,
this.label,
this.disabled = false,
super.key,
this.isMandatory = false,
this.addButtonCallback,
this.openPanel,
this.panelChild,
});