fix example

This commit is contained in:
Salvatore Giordano
2020-04-04 16:25:36 +02:00
parent c74dcf43ca
commit f4a23020bf

View File

@@ -33,7 +33,6 @@ class _MyAppState extends State<MyApp> {
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: <Widget>[
CountryCodePicker(
key: key,
onChanged: print,
// Initial selection and favorite can be one of code ('IT') OR dial_code('+39')
initialSelection: 'IT',