diff --git a/lib/country_code_picker.dart b/lib/country_code_picker.dart index 6f9498d..17ad525 100644 --- a/lib/country_code_picker.dart +++ b/lib/country_code_picker.dart @@ -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);