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