SILCountryPicker constructor

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

Implementation

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