CountryButton constructor
const
CountryButton({})
Implementation
const CountryButton({
super.key,
required this.isoCode,
required this.onTap,
this.textStyle,
this.padding = const EdgeInsets.fromLTRB(12, 16, 4, 16),
this.flagSize = 20,
this.showFlag = true,
this.showDialCode = true,
this.showIsoCode = false,
this.showDropdownIcon = true,
this.enabled = true,
});