CountryIcon constructor

const CountryIcon({
  1. Key? key,
  2. required String countryCode,
  3. double? radius,
})

Implementation

const CountryIcon({super.key, required this.countryCode, this.radius});