CountryCodeFlagWidget constructor
const
CountryCodeFlagWidget({
- required double width,
- required AlignmentGeometry alignment,
- required CountryCode countryCode,
- BoxFit? fit,
- Key? key,
Widget that can be used on retrieving the flag's image.
Implementation
const CountryCodeFlagWidget({
required this.width,
required this.alignment,
required this.countryCode,
this.fit,
super.key,
});