Update country_code_picker.dart
This commit is contained in:
@@ -85,7 +85,7 @@ class CountryCodePicker extends StatefulWidget {
|
|||||||
this.countryFilter,
|
this.countryFilter,
|
||||||
this.hideSearch = false,
|
this.hideSearch = false,
|
||||||
this.dialogSize,
|
this.dialogSize,
|
||||||
this.closeIcon = Icon(Icons.close),
|
this.closeIcon = const Icon(Icons.close),
|
||||||
Key key,
|
Key key,
|
||||||
}) : super(key: key);
|
}) : super(key: key);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user