fix:修改弹窗搜索框边距属性

This commit is contained in:
jingyun
2025-08-28 11:33:00 +08:00
parent 13e437d81b
commit 2ce3306e1f
2 changed files with 5 additions and 1 deletions

View File

@@ -386,6 +386,7 @@ class CountryCodePickerState extends State<CountryCodePicker> {
hideSearch: widget.hideSearch,
closeIcon: widget.closeIcon,
flagDecoration: widget.flagDecoration,
searchPadding: widget.searchPadding,
);
},
);