GenderDropDown constructor
Implementation
const GenderDropDown({
super.key,
required this.rxString,
required this.hintText,
required this.label,
required this.items,
required this.showCountryFlag,
this.canEdit = true,
this.isRequired = false,
});