PickCountry constructor

const PickCountry({
  1. Key? key,
  2. required dynamic onCountrySelected(
    1. String phoneCode,
    2. String countryCode
    ),
  3. TextStyle? style,
})

Implementation

const PickCountry({super.key, required this.onCountrySelected, this.style});