CountrySelector constructor

const CountrySelector({
  1. Key? key,
  2. required Function onTap,
})

Implementation

const CountrySelector({Key? key, required this.onTap}) : super(key: key);