menu
collaction_common package
documentation
widgets/country_icon.dart
CountryIcon
CountryIcon.new const constructor
CountryIcon.new const constructor
dark_mode
light_mode
CountryIcon
constructor
const
CountryIcon
(
{
Key
?
key
,
required
String
countryCode
,
double
?
radius
,
})
Implementation
const CountryIcon({super.key, required this.countryCode, this.radius});
collaction_common package
documentation
widgets/country_icon
CountryIcon
CountryIcon.new const constructor
CountryIcon class