TCountryCodePicker constructor

const TCountryCodePicker({
  1. Key? key,
  2. void onChanged(
    1. CountryCode
    )?,
})

Implementation

const TCountryCodePicker({super.key, this.onChanged});