From 300f86c9b8cebe37c2505ad4eba1a5c23c3b2704 Mon Sep 17 00:00:00 2001 From: vlfr1997 <49419833+vlfr1997@users.noreply.github.com> Date: Thu, 24 Sep 2020 18:49:25 -0300 Subject: [PATCH] Update country_code_picker.dart --- lib/country_code_picker.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);