[IOS] set bottomSheetColor error
Closed this issue · 1 comments
torbenkeller commented
When setting the bottomSheetColor, the transparent shadow will be replaced by this color on IOS
Daniel-Ioannou commented
I fix the issue with the transparent shadow. barrierColor
and backgroundColor
is only for Android showCupertinoModalPopup
doesn't support barrierColor
or backgroundColor
. Check more for here and in the documentation.
If you have another solution feel free to open pull request.