CountryCodeList constructor
const
CountryCodeList({
- Key? key,
- required PhoneNumberInputController phoneNumberInputController,
- bool allowSearch = true,
- String? searchHint = 'Search...',
Implementation
const CountryCodeList(
{Key? key,
required this.phoneNumberInputController,
this.allowSearch = true,
this.searchHint = 'Search...'})
: super(key: key);