CountryFlag constructor
Implementation
const CountryFlag({
super.key,
this.country,
this.onCode,
this.available = const {},
this.restricted = const {},
this.error = false,
});
const CountryFlag({
super.key,
this.country,
this.onCode,
this.available = const {},
this.restricted = const {},
this.error = false,
});