ItemCountryWidget constructor
const
ItemCountryWidget({})
Implementation
const ItemCountryWidget({
Key? key,
this.country,
this.showFlag,
this.useEmoji,
this.textStyle,
this.withCountryNames = false,
this.leadingPadding = 12,
this.trailingSpace = true,
}) : super(key: key);