SILCountryPicker constructor

const SILCountryPicker({
  1. Key? key,
  2. required Function onChanged,
})

Implementation

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