refs #63: add hideSearch property

This commit is contained in:
Salvatore Giordano
2020-04-05 11:56:06 +02:00
parent 8e6e9a3f62
commit 12edc3ff90
3 changed files with 17 additions and 8 deletions

View File

@@ -52,6 +52,7 @@ class _MyAppState extends State<MyApp> {
child: CountryCodePicker(
onChanged: print,
initialSelection: 'TF',
hideSearch: true,
showCountryOnly: true,
showOnlyCountryWhenClosed: true,
alignLeft: true,