CountryCodeChip constructor
CountryCodeChip({})
Implementation
CountryCodeChip({
super.key,
required IsoCode isoCode,
this.countryCodeTextStyle = const TextStyle(),
this.showFlag = true,
this.flagSize = 20,
this.flagShape = BoxShape.circle,
this.textDirection,
this.showArrow = true,
this.isListVisible = false,
}) : country = Country(isoCode, '');