AppDropDownButton constructor
const
AppDropDownButton({})
Implementation
const AppDropDownButton({
super.key,
required this.items,
this.hint,
this.onChanged,
this.icon,
this.isExpanded = true,
this.iconColor,
this.selectedValue,
});