CountryFlag constructor
      const
      CountryFlag({})
     
    
    
Implementation
const CountryFlag({
  Key? key,
  this.width = 40.0,
  this.height = 25.0,
  this.borderRadius = 2.0,
  required this.countryId,
}) : super(key: key);
const CountryFlag({
  Key? key,
  this.width = 40.0,
  this.height = 25.0,
  this.borderRadius = 2.0,
  required this.countryId,
}) : super(key: key);