better custom builder
This commit is contained in:
@@ -44,6 +44,9 @@ class _MyAppState extends State<MyApp> {
|
|||||||
showCountryOnly: true,
|
showCountryOnly: true,
|
||||||
showOnlyCountryWhenClosed: true,
|
showOnlyCountryWhenClosed: true,
|
||||||
alignLeft: true,
|
alignLeft: true,
|
||||||
|
builder: (countryCode) {
|
||||||
|
return Text('${countryCode.code}');
|
||||||
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user