Update to modal_bottom_sheet: ^1.0.1-dev

This commit is contained in:
LefebvreIlyas
2020-10-28 17:43:12 +01:00
parent ed872b548b
commit e3a78e7668
2 changed files with 3 additions and 2 deletions

View File

@@ -245,7 +245,7 @@ class CountryCodePickerState extends State<CountryCodePicker> {
barrierColor: widget.barrierColor ?? Colors.grey.withOpacity(0.5),
backgroundColor: widget.backgroundColor ?? Colors.transparent,
context: context,
builder: (context, scrollController) => SelectionDialog(
builder: (context) => SelectionDialog(
elements,
favoriteElements,
showCountryOnly: widget.showCountryOnly,