SearchableCountryDropDown constructor

const SearchableCountryDropDown(
  1. {Key? key,
  2. required TextEditingController countryCont}
)

Implementation

const SearchableCountryDropDown({super.key, required this.countryCont});