PartnerDropdown constructor
const
PartnerDropdown({})
Implementation
const PartnerDropdown({
super.key,
this.selectedValue,
required this.items,
required this.hintText,
required this.onTap,
});
const PartnerDropdown({
super.key,
this.selectedValue,
required this.items,
required this.hintText,
required this.onTap,
});