fixed readme:

shows all default values
This commit is contained in:
Benni Heiss
2019-03-28 17:29:01 +01:00
parent 11645ed088
commit 9b9d2bf4d3

View File

@@ -26,7 +26,7 @@ Just put the component in your application setting the onChanged callback.
// optional. Shows only country name and flag when popup is closed.
showOnlyCountryCodeWhenClosed: false,
// optional. aligns the flag and the Text left
alignLeft: true,
alignLeft: false,
),
),
);