Match selection dialog box shadow with barrier color

This commit is contained in:
Gloria Ngo
2020-11-26 22:06:30 -05:00
parent 3cd61a0b9e
commit 930b8eb4ba
2 changed files with 6 additions and 1 deletions

View File

@@ -265,6 +265,7 @@ class CountryCodePickerState extends State<CountryCodePicker> {
flagWidth: widget.flagWidth,
size: widget.dialogSize,
backgroundColor: widget.dialogBackgroundColor,
barrierColor: widget.barrierColor,
hideSearch: widget.hideSearch,
closeIcon: widget.closeIcon,
),