Update README.md
This commit is contained in:
committed by
GitHub
parent
b952054422
commit
405f71caa3
@@ -20,7 +20,7 @@ Just put the component in your application setting the onChanged callback.
|
|||||||
child: new CountryCodePicker(
|
child: new CountryCodePicker(
|
||||||
onChanged: print,
|
onChanged: print,
|
||||||
initialSelection: 'IT',
|
initialSelection: 'IT',
|
||||||
favorites: ['IT','FR'],
|
favorite: ['IT','FR'],
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user