fix example
This commit is contained in:
@@ -33,7 +33,6 @@ class _MyAppState extends State<MyApp> {
|
|||||||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
CountryCodePicker(
|
CountryCodePicker(
|
||||||
key: key,
|
|
||||||
onChanged: print,
|
onChanged: print,
|
||||||
// Initial selection and favorite can be one of code ('IT') OR dial_code('+39')
|
// Initial selection and favorite can be one of code ('IT') OR dial_code('+39')
|
||||||
initialSelection: 'IT',
|
initialSelection: 'IT',
|
||||||
|
|||||||
Reference in New Issue
Block a user