CountryCodeWidget constructor
const
CountryCodeWidget({})
Implementation
const CountryCodeWidget(
{super.key,
this.country,
this.flagIconWidth = 32,
this.flagIconHeight = 22,
this.textStyle,
required this.onTap,
this.selectorType = SelectorType.bottomSheet,
this.filteredCountries = const []});