CountryItem constructor
const
CountryItem({
- Key? key,
- required CountryWithPhoneCode country,
- required VoidCallback onTap,
Implementation
const CountryItem({
super.key,
required this.country,
required this.onTap,
});