CoungtryView constructor
CoungtryView({})
Implementation
CoungtryView(
{Key? key,
required this.init,
required this.onTap,
required this.bgColor,
required this.selectedColor})
: super(key: key);