Update country_code_picker.dart

This commit is contained in:
vlfr1997
2020-09-24 18:49:25 -03:00
committed by GitHub
parent 575e0a880e
commit 300f86c9b8

View File

@@ -85,7 +85,7 @@ class CountryCodePicker extends StatefulWidget {
this.countryFilter,
this.hideSearch = false,
this.dialogSize,
this.closeIcon = Icon(Icons.close),
this.closeIcon = const Icon(Icons.close),
Key key,
}) : super(key: key);