add hideMainText property

This commit is contained in:
Salvatore Giordano
2020-05-16 13:12:56 +02:00
parent c46aa1c40e
commit 7056cc1ffa
2 changed files with 14 additions and 9 deletions

View File

@@ -52,6 +52,7 @@ class _MyAppState extends State<MyApp> {
padding: const EdgeInsets.all(8.0),
child: CountryCodePicker(
onChanged: print,
hideMainText: true,
showFlagMain: true,
showFlag: false,
initialSelection: 'TF',